move m_sizeSet out of wxWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-05-19 18:25:15 +00:00
parent 949ff63e2f
commit 59678f3fae
5 changed files with 7 additions and 9 deletions

View File

@@ -46,6 +46,8 @@ protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
private:
bool m_sizeSet;
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxPopupWindow)
};