X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/950630818b207d464bd244907f583c2a93ff6827..12447831a8ebc506f730cafac6f6ef13f243b7d2:/src/common/popupcmn.cpp diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index de30ac832c..0415aedfb5 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -43,9 +43,9 @@ #include "wx/univ/renderer.h" #endif // __WXUNIVERSAL__ -// there is no src/{msw,mgl}/popupwin.cpp to put this in, so we do it here - BTW we +// 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(__WXMSW__) || defined(__WXMGL__) || defined(__WXPM__) +#if defined(__WXMGL__) || defined(__WXPM__) IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow) #endif // __WXMSW__