From afdcbfa9c4259fb003fd072ae011836230e7e39b Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 20 Oct 2021 13:50:50 +0800 Subject: +containers --- Editor/EditorManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Editor/EditorManager.h') 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 { public: - void SetMainWindow(ContainnerWindow* wnd); - ContainnerWindow* GetMainWindow(); + void SetMainWindow(ContainerWindow* wnd); + ContainerWindow* GetMainWindow(); private: - ContainnerWindow* m_MainWindow; + ContainerWindow* m_MainWindow; }; -- cgit v1.1-26-g67d0