summaryrefslogtreecommitdiff
path: root/Editor/GUI/GUIWindow.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-16 19:42:48 +0800
committerchai <chaifix@163.com>2021-11-16 19:42:48 +0800
commit1f5b75d39721ad40483f1b188af2e965fbe205ac (patch)
tree60439f00a41dd3348f8f0475562787d3377d7306 /Editor/GUI/GUIWindow.h
parentfdf79d1dc8baa38d273c0ba56cc8e8360c661b7d (diff)
*misc
Diffstat (limited to 'Editor/GUI/GUIWindow.h')
-rw-r--r--Editor/GUI/GUIWindow.h5
1 files changed, 2 insertions, 3 deletions
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);
};
-