summaryrefslogtreecommitdiff
path: root/Editor/EditorApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/EditorApplication.h')
-rw-r--r--Editor/EditorApplication.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Editor/EditorApplication.h b/Editor/EditorApplication.h
index 35c427c..9109a1f 100644
--- a/Editor/EditorApplication.h
+++ b/Editor/EditorApplication.h
@@ -7,20 +7,20 @@
using namespace LuaBind;
class EditorApplication
- : public LuaBind::NativeClass<EditorApplication >
+ : public LuaBind::NativeClass<EditorApplication >
{
public:
EditorApplication();
~EditorApplication();
void PullMessage();
- void SetMainWindow(ContainnerWindow* wnd);
+ void SetMainWindow(ContainerWindow* wnd);
void OnQuit();
private :
- LUA_BIND_DECL_FACTORY(EditorApplication);
+ LUA_BIND_DECL_FACTORY(EditorApplication);
LUA_BIND_DECL_METHOD(_New);
LUA_BIND_DECL_METHOD(_SetMainWindow);