From: Václav Slavík <vslavik@fastmail.fm> Date: Tue, 10 Jul 2001 22:46:27 +0000 (+0000) Subject: #ifdefed wxPopupComboWindow to be used only in wxUniv X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9cdd31d8176e8fc5abe07feafedd16043d63de1 #ifdefed wxPopupComboWindow to be used only in wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 9774f8e23b..ea63c1484b 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -106,7 +106,7 @@ protected: friend class wxPopupFocusHandler; }; -#if wxUSE_COMBOBOX +#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__) // ---------------------------------------------------------------------------- // wxPopupComboWindow: wxPopupTransientWindow used by wxComboBox @@ -133,7 +133,7 @@ protected: wxComboControl *m_combo; }; -#endif // wxUSE_COMBOBOX +#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__) #endif // wxUSE_POPUPWIN