Add support of leaves
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
Week(Week*);
|
||||
~Week();
|
||||
double total();
|
||||
double total(Week *wtemplate);
|
||||
|
||||
void setMon(Day*);
|
||||
void setTue(Day*);
|
||||
|
||||
Reference in New Issue
Block a user