summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-02 23:47:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 23:47:39 (GMT)
commitb16561926625e92dc3525664e71890d8239ab8c3 (patch)
tree7e76652b66ab32adf9bd8213f52c22de31b24c59 /src/cat/LuaScriptInterface.h
parent94bb1ad2dfbe4b75b388819d028dd80e74c9a09e (diff)
downloadpowder-b16561926625e92dc3525664e71890d8239ab8c3.zip
powder-b16561926625e92dc3525664e71890d8239ab8c3.tar.gz
Update menus on element change from lua, addresses issue #42
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 4015109..3d6f0b9 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -16,7 +16,7 @@ extern "C"
}
#include "CommandInterface.h"
-#include "simulation/Simulation.h";
+#include "simulation/Simulation.h"
//Because lua only has bindings for C, we're going to have to go outside "outside" the LuaScriptInterface, this means we can only have one instance :(