projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4855a47
)
WXPM now uses popupwindows.
author
David Webster
<Dave.Webster@bhmi.com>
Mon, 13 May 2002 18:09:46 +0000
(18:09 +0000)
committer
David Webster
<Dave.Webster@bhmi.com>
Mon, 13 May 2002 18:09:46 +0000
(18:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15541
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/popupcmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/popupcmn.cpp
b/src/common/popupcmn.cpp
index 29fdf03fc8f105cdd2f7687c463440d739b532f2..de30ac832c14c3183a5f63a10d49b7eec78665d2 100644
(file)
--- 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__