summaryrefslogtreecommitdiff
path: root/Editor/EditorApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/EditorApplication.h')
-rw-r--r--Editor/EditorApplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/EditorApplication.h b/Editor/EditorApplication.h
index 9109a1f..25661a1 100644
--- a/Editor/EditorApplication.h
+++ b/Editor/EditorApplication.h
@@ -10,7 +10,7 @@ class EditorApplication
: public LuaBind::NativeClass<EditorApplication >
{
public:
- EditorApplication();
+ EditorApplication(LuaBind::VM* vm);
~EditorApplication();
void PullMessage();