Wrap file with #if wxUSE_SLIDER ... #endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include "wx/sizer.h"
|
||||
|
||||
#include "widgets.h"
|
||||
#if wxUSE_SLIDER
|
||||
#include "icons/slider.xpm"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -602,3 +603,5 @@ void SliderWidgetsPage::OnSlider(wxScrollEvent& event)
|
||||
event.GetPosition());
|
||||
}
|
||||
|
||||
#endif
|
||||
// wxUSE_SLIDER
|
||||
|
Reference in New Issue
Block a user