X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24b3cc2c9632b7c6f0f0dd8f935688bd4d5e36f0..4e3ad7c095f0a047b48445d76316fc20f394f3e9:/src/common/popupcmn.cpp diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 0415aedfb5..7c8de4c9b7 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -45,7 +45,7 @@ // there is no src/mgl/popupwin.cpp to put this in, so we do it here - BTW we // probably could do it for all ports here just as well -#if defined(__WXMGL__) || defined(__WXPM__) +#if defined(__WXMGL__) IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow) #endif // __WXMSW__