projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
started separating GUI parts of wxLog from the rest
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
checklst.h
diff --git
a/include/wx/gtk1/checklst.h
b/include/wx/gtk1/checklst.h
index cbdd0ee2334c1d9a12234417c86376bb7c3f0243..8022f35658a92ec4886f7cda8f6571920919abb0 100644
(file)
--- a/
include/wx/gtk1/checklst.h
+++ b/
include/wx/gtk1/checklst.h
@@
-16,6
+16,9
@@
#endif
#include "wx/defs.h"
+
+#if wxUSE_CHECKLISTBOX
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
@@
-53,4
+56,5
@@
public:
};
#endif
- //__GTKCHECKLISTH__
+
+#endif //__GTKCHECKLISTH__