projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxOverlay compile fix
[wxWidgets.git]
/
include
/
wx
/
combo.h
diff --git
a/include/wx/combo.h
b/include/wx/combo.h
index d1b129f004b2442bfd9a04ed00271f3c01eb5ffd..7d3af186566aa9ef1d90dc6b591ce571dbacd0ce 100644
(file)
--- a/
include/wx/combo.h
+++ b/
include/wx/combo.h
@@
-46,8
+46,8
@@
#include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags
#include "wx/bitmap.h" // wxBitmap used by-value
#include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags
#include "wx/bitmap.h" // wxBitmap used by-value
-class WXDLLIMPEXP_CORE wxTextCtrl;
-class WXDLL
EXPORT
wxComboPopup;
+class WXDLLIMPEXP_
FWD_
CORE wxTextCtrl;
+class WXDLL
IMPEXP_FWD_CORE
wxComboPopup;
//
// New window styles for wxComboCtrlBase
//
// New window styles for wxComboCtrlBase
@@
-484,7
+484,7
@@
protected:
// Standard textctrl positioning routine. Just give it platform-dependant
// textctrl coordinate adjustment.
// Standard textctrl positioning routine. Just give it platform-dependant
// textctrl coordinate adjustment.
- void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
+ v
irtual v
oid PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
// event handlers
void OnSizeEvent( wxSizeEvent& event );
// event handlers
void OnSizeEvent( wxSizeEvent& event );