From e830103c67e36215c1fa29b4a918c556faa33b07 Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 18 Jun 2002 14:43:55 +0000 Subject: [PATCH] OS/2 has it's own popup window source now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/popupcmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.45.2