Fix compilation when wxUSE_SPINCTRL==0
In wxWindowMac code there is a reference to wxSpinButton (not wxSpinCtrl), so we need to include wxSpinButton's header file.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/tooltip.h"
|
#include "wx/tooltip.h"
|
||||||
#include "wx/spinctrl.h"
|
#include "wx/spinbutt.h"
|
||||||
#include "wx/geometry.h"
|
#include "wx/geometry.h"
|
||||||
#include "wx/weakref.h"
|
#include "wx/weakref.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user