From 1f5b75d39721ad40483f1b188af2e965fbe205ac Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 16 Nov 2021 19:42:48 +0800 Subject: *misc --- Editor/GUI/GUIWindow.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Editor/GUI/GUIWindow.h') diff --git a/Editor/GUI/GUIWindow.h b/Editor/GUI/GUIWindow.h index 06d8a17..aed38d9 100644 --- a/Editor/GUI/GUIWindow.h +++ b/Editor/GUI/GUIWindow.h @@ -42,7 +42,7 @@ private: void ProcessEventMessages(UINT message, WPARAM wParam, LPARAM lParam); bool SetRenderContext(); - //----------------------------------------------------------------- + //-------------------------------------------------- std::string m_Name; @@ -54,7 +54,7 @@ private: HWND m_Handle; HDC m_DC; - //----------------------------------------------------------------- + //-------------------------------------------------- LUA_BIND_DECL_CLASS(GUIWindow); @@ -65,4 +65,3 @@ private: LUA_BIND_DECL_METHOD(_SetPosition); }; - -- cgit v1.1-26-g67d0