#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
This commit is contained in:
@@ -106,7 +106,7 @@ protected:
|
|||||||
friend class wxPopupFocusHandler;
|
friend class wxPopupFocusHandler;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if wxUSE_COMBOBOX
|
#if wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxPopupComboWindow: wxPopupTransientWindow used by wxComboBox
|
// wxPopupComboWindow: wxPopupTransientWindow used by wxComboBox
|
||||||
@@ -133,7 +133,7 @@ protected:
|
|||||||
wxComboControl *m_combo;
|
wxComboControl *m_combo;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_COMBOBOX
|
#endif // wxUSE_COMBOBOX && defined(__WXUNIVERSAL__)
|
||||||
|
|
||||||
#endif // wxUSE_POPUPWIN
|
#endif // wxUSE_POPUPWIN
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user