non-pch universal build fix: combo.h should not include combobox.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-19 05:21:20 +00:00
parent 38009079fb
commit dbaf49a996
2 changed files with 3 additions and 5 deletions

View File

@@ -31,6 +31,7 @@
#endif
extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
class WXDLLEXPORT wxGenericComboControl : public wxComboCtrlBase
{