labormanager: remove stupid

develop
Kelly Kinkade 2017-07-22 04:54:05 -05:00
parent 15ae72edec
commit fd19935fe9
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@ private:
std::map<df::job_type, jlfunc*> job_to_labor_table;
std::map<df::unit_labor, jlfunc*> jlf_cache;
jlfunc* JobLaborMapper::jlf_const(df::unit_labor l);
jlfunc* jlf_const(df::unit_labor l);
public:
~JobLaborMapper();