diff options
Diffstat (limited to 'Editor/GUI/EditorWindows.h')
-rw-r--r-- | Editor/GUI/EditorWindows.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h index d9805a0..a25b612 100644 --- a/Editor/GUI/EditorWindows.h +++ b/Editor/GUI/EditorWindows.h @@ -89,7 +89,7 @@ private: POINT m_MinSize; POINT m_MaxSize; - LUA_BIND_DECL_FACTORY(ContainerWindow); + LUA_BIND_DECL_CLASS(ContainerWindow); LUA_BIND_DECL_METHOD(_New); LUA_BIND_DECL_METHOD(_SetTitle); @@ -161,12 +161,11 @@ private: HDC m_DC; HGLRC m_RC; - LuaBind::Ref m_Instance; // EditorWindow½Å±¾ + LuaBind::MemberRef m_Instance; // EditorWindow½Å±¾ - LUA_BIND_DECL_FACTORY(GUIWindow); + LUA_BIND_DECL_CLASS(GUIWindow); LUA_BIND_DECL_METHOD(_New); - LUA_BIND_DECL_METHOD(_GC); LUA_BIND_DECL_METHOD(_DoPaint); LUA_BIND_DECL_METHOD(_Focus); LUA_BIND_DECL_METHOD(_SetContainerWindow); |