X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ef50df3a0fa3c343800c554e609f98fc7575cc..daa616fca06ce77df132d31eda6d1f829b449aad:/src/msw/frame.cpp?ds=sidebyside diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index f7b9b64311..a7f299a05d 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -81,7 +81,10 @@ BEGIN_EVENT_TABLE(wxFrameMSW, wxFrameBase) END_EVENT_TABLE() IMPLEMENT_DYNAMIC_CLASS(wxFrameMSW, wxWindow) + +#ifndef __WXUNIVERSAL__ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxFrameMSW) +#endif // ============================================================================ // implementation