Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed May 24, 2024
1 parent 43bdb97 commit 9f2cb03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Join: public Variable::IVariable<Join<LeftT, RightT>, Yuni::Default, VCard
void weekForEachArea(State& state, unsigned int numSpace)
{
LeftType::weekForEachArea(state, numSpace);
RightType::weekForEachArea(state);
RightType::weekForEachArea(state, numSpace);
}

void weekEnd(State& state)
Expand Down

0 comments on commit 9f2cb03

Please sign in to comment.