summaryrefslogtreecommitdiff
path: root/plugins/autolabor.cpp
diff options
context:
space:
mode:
authorjj2012-08-03 03:28:29 +0200
committerjj2012-08-03 03:28:29 +0200
commit61195859e3544e17cd702676e6b7b8015684622a (patch)
treee69ec6bb388319f09ba30d0406483f93039e92be /plugins/autolabor.cpp
parent1ed6d6e7e02b79b596ca351bd878515a125a0baa (diff)
downloaddfhack-61195859e3544e17cd702676e6b7b8015684622a.tar.gz
dfhack-61195859e3544e17cd702676e6b7b8015684622a.tar.bz2
dfhack-61195859e3544e17cd702676e6b7b8015684622a.tar.xz
fix autolabor compilation error
Diffstat (limited to 'plugins/autolabor.cpp')
-rw-r--r--plugins/autolabor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autolabor.cpp b/plugins/autolabor.cpp
index 7dbdedeb..512899d7 100644
--- a/plugins/autolabor.cpp
+++ b/plugins/autolabor.cpp
@@ -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,