Added #if wxUSE_SLIDER guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if wxUSE_SLIDER
|
||||
|
||||
#include "wx/app.h"
|
||||
#include "wx/slider.h"
|
||||
|
||||
@@ -39,3 +41,4 @@ wxSlider::~wxSlider()
|
||||
SetNSView(NULL);
|
||||
}
|
||||
|
||||
#endif // wxUSE_SLIDER
|
||||
|
Reference in New Issue
Block a user