Allow the MustHaveApp exception feature to be inherited

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-29 19:29:17 +00:00
parent cc4495dc4c
commit 75db495992

View File

@@ -190,7 +190,9 @@ Extra Styles
MustHaveApp(wxWindow);
MustHaveApp(wxWindow::FindFocus);
MustHaveApp(wxWindow::GetCapture);
MustHaveApp(wxWindow::GetClassDefaultAttributes);
// This one is not restricted to wxWindow
MustHaveApp(GetClassDefaultAttributes);
class wxWindow : public wxEvtHandler
{