summaryrefslogtreecommitdiff
path: root/Editor/GUI/GUIWindow.h
diff options
context:
space:
mode:
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);
};
-