Forgot to remove the "virtual" for binary compatibility...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-29 19:17:46 +00:00
parent 8c879ff9c5
commit 28b9bd356d
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ public:
virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
virtual bool IsFullScreen() const { return m_fsIsShowing; };
virtual bool SetShape(const wxRegion& region);
/*virtual*/ bool SetShape(const wxRegion& region);
virtual bool Show(bool show = TRUE);