projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git]
/
include
/
wx
/
checklst.h
diff --git
a/include/wx/checklst.h
b/include/wx/checklst.h
index 955c533445b587a5a05d6a44904070ea20cb59f3..9231f6b17874bc5760f4b826893ae5725ecd17ad 100644
(file)
--- a/
include/wx/checklst.h
+++ b/
include/wx/checklst.h
@@
-36,8
+36,6
@@
public:
#include "wx/motif/checklst.h"
#elif defined(__WXGTK__)
#include "wx/gtk/checklst.h"
-#elif defined(__WXQT__)
- #include "wx/qt/checklst.h"
#elif defined(__WXMAC__)
#include "wx/mac/checklst.h"
#elif defined(__WXPM__)