aboutsummaryrefslogtreecommitdiff
path: root/LuaScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaScript.h')
-rw-r--r--LuaScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaScript.h b/LuaScript.h
index 96c588c..3325229 100644
--- a/LuaScript.h
+++ b/LuaScript.h
@@ -16,7 +16,7 @@
#define __LUA_SCRIPT_BASE_H__
#include "luainc.h"
-#include "luavirtualmachine.h"
+#include "LuaVirtualMachine.h"
class CLuaScript
{
@@ -64,4 +64,4 @@ protected:
};
-#endif // __LUA_SCRIPT_BASE_H__ \ No newline at end of file
+#endif // __LUA_SCRIPT_BASE_H__