Skip to content

Commit

Permalink
Fix Plan::report_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed May 18, 2018
1 parent 344c1ae commit e7faa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plan.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class Plan
df::coord surface_tile_at(int16_t tx, int16_t ty, bool allow_trees = false);

std::string status();
static void report_helper(std::ostream & out, bool html, const std::string & title, const std::list<task *> & tasks, const std::list<task *>::iterator & bg_idx);
void report_helper(std::ostream & out, bool html, const std::string & title, const std::list<task *> & tasks, const std::list<task *>::iterator & bg_idx);
void report(std::ostream & out, bool html);

void categorize_all();
Expand Down

0 comments on commit e7faa7f

Please sign in to comment.