projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Second phase of OOR completed. (Original python object return for
[wxWidgets.git]
/
include
/
wx
/
msw
/
checklst.h
diff --git
a/include/wx/msw/checklst.h
b/include/wx/msw/checklst.h
index 25041b8fa8d7f99e0972a2ba9b4b2744b9323cc8..24003d4d439b1ce66d3702e5a91e145c945f656c 100644
(file)
--- a/
include/wx/msw/checklst.h
+++ b/
include/wx/msw/checklst.h
@@
-16,17
+16,15
@@
#pragma interface "checklst.h"
#endif
#pragma interface "checklst.h"
#endif
-// No!
-// typedef unsigned int size_t;
-#include <stddef.h>
-
#include "wx/setup.h"
#if !wxUSE_OWNER_DRAWN
#error "wxCheckListBox class requires owner-drawn functionality."
#endif
#include "wx/setup.h"
#if !wxUSE_OWNER_DRAWN
#error "wxCheckListBox class requires owner-drawn functionality."
#endif
-class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
+#include "wx/listbox.h"
+
+class wxCheckListBoxItem; // fwd decl, defined in checklst.cpp
class WXDLLEXPORT wxCheckListBox : public wxListBox
{
class WXDLLEXPORT wxCheckListBox : public wxListBox
{