fix autolabor compilation error

develop
jj 2012-08-03 03:28:29 +02:00
parent 1ed6d6e7e0
commit 61195859e3
1 changed files with 1 additions and 1 deletions

@ -96,7 +96,7 @@ command_result autolabor (color_ostream &out, std::vector <std::string> & parame
// The name string provided must correspond to the filename - autolabor.plug.so or autolabor.plug.dll in this case
DFHACK_PLUGIN("autolabor");
void generate_labor_to_skill_map();
static void generate_labor_to_skill_map();
enum labor_mode {
DISABLE,