summaryrefslogtreecommitdiff
path: root/Editor/EditorManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/EditorManager.h')
-rw-r--r--Editor/EditorManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Editor/EditorManager.h b/Editor/EditorManager.h
index 6e6da19..774f2de 100644
--- a/Editor/EditorManager.h
+++ b/Editor/EditorManager.h
@@ -23,10 +23,10 @@ public :
class EditorManager : public Singleton<EditorManager>
{
public:
- void SetMainWindow(ContainnerWindow* wnd);
- ContainnerWindow* GetMainWindow();
+ void SetMainWindow(ContainerWindow* wnd);
+ ContainerWindow* GetMainWindow();
private:
- ContainnerWindow* m_MainWindow;
+ ContainerWindow* m_MainWindow;
};