X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0c83227fdafd281d6f869e42fc23635cfb37efb..95b3e2768f12079b96999a2c31048cf29ed5e651:/src/common/popupcmn.cpp diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index 29fdf03fc8..de30ac832c 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -45,7 +45,7 @@ // there is no src/{msw,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(__WXMSW__) || defined(__WXMGL__) +#if defined(__WXMSW__) || defined(__WXMGL__) || defined(__WXPM__) IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow) #endif // __WXMSW__