projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make it easier to not use wxPopupWindow in wxSTC, and for now, don't
[wxWidgets.git]
/
src
/
gtk
/
checklst.cpp
diff --git
a/src/gtk/checklst.cpp
b/src/gtk/checklst.cpp
index 74064e190cf081261f538f8152ef4ddf73b1c219..01e3bc7c54aaedceae4a802dc927153852f24388 100644
(file)
--- a/
src/gtk/checklst.cpp
+++ b/
src/gtk/checklst.cpp
@@
-11,10
+11,12
@@
#pragma implementation "checklst.h"
#endif
-#include "wx/
checklst
.h"
+#include "wx/
defs
.h"
#if wxUSE_CHECKLISTBOX
+#include "wx/checklst.h"
+
#include <gdk/gdk.h>
#include <gtk/gtk.h>