summaryrefslogtreecommitdiff
path: root/Editor/EditorManager.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-20 13:50:50 +0800
committerchai <chaifix@163.com>2021-10-20 13:50:50 +0800
commitafdcbfa9c4259fb003fd072ae011836230e7e39b (patch)
tree28687805fa6cd08ea998adffeac7b241af42cfe8 /Editor/EditorManager.h
parentc795fb754bfd5c84c1bfd7dc793c6519f01109ea (diff)
+containers
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;
};