wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,9 +142,13 @@ class wxRootWindow : public wxWindow
|
||||
m_wnd = NULL;
|
||||
}
|
||||
|
||||
virtual bool AcceptsFocus() { return FALSE; }
|
||||
virtual bool AcceptsFocus() const { return FALSE; }
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxRootWindow)
|
||||
};
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxRootWindow, wxWindow)
|
||||
|
||||
static wxRootWindow *gs_rootWindow = NULL;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user