From 61195859e3544e17cd702676e6b7b8015684622a Mon Sep 17 00:00:00 2001 From: jj Date: Fri, 3 Aug 2012 03:28:29 +0200 Subject: [PATCH] fix autolabor compilation error --- plugins/autolabor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor.cpp b/plugins/autolabor.cpp index 7dbdedeb6..512899d75 100644 --- a/plugins/autolabor.cpp +++ b/plugins/autolabor.cpp @@ -96,7 +96,7 @@ command_result autolabor (color_ostream &out, std::vector & 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,