projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
needed to compile
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
slider.h
diff --git
a/include/wx/gtk1/slider.h
b/include/wx/gtk1/slider.h
index cb7e567c0f852985ecd08d4bd8359f3b0517599b..aa8f0f969ee6a1fdaf8a28f2fba704630c027880 100644
(file)
--- a/
include/wx/gtk1/slider.h
+++ b/
include/wx/gtk1/slider.h
@@
-7,7
+7,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
@@
-16,6
+15,9
@@
#endif
#include "wx/defs.h"
#endif
#include "wx/defs.h"
+
+#if wxUSE_SLIDER
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
@@
-90,4
+92,6
@@
class wxSlider: public wxControl
};
};
+#endif
+
#endif // __GTKSLIDERH__
#endif // __GTKSLIDERH__