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:
David Elliott
2003-06-23 15:49:11 +00:00
parent c0e2aaa94a
commit ef3e4a2c81

View File

@@ -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