]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for recent commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jan 2002 17:16:27 +0000 (17:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jan 2002 17:16:27 +0000 (17:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/popupcmn.cpp

index c78d74bcc4739a33ca9ce7721cb50d27b28fff7b..ff6d0c08181a466027c0f28a38cd5ef88a73d87e 100644 (file)
 #endif // __WXMSW__
 
 IMPLEMENT_DYNAMIC_CLASS(wxPopupTransientWindow, wxPopupWindow)
-IMPLEMENT_DYNAMIC_CLASS(wxPopupComboWindow, wxPopupTransientWindow)
+
+#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
+    IMPLEMENT_DYNAMIC_CLASS(wxPopupComboWindow, wxPopupTransientWindow)
+#endif
 
 // ----------------------------------------------------------------------------
 // private classes