projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allowing more system keys in fullscreen mode, properly taking framestyle into account
[wxWidgets.git]
/
include
/
wx
/
checklst.h
diff --git
a/include/wx/checklst.h
b/include/wx/checklst.h
index f7ec1a8762e8dacbe39cbfc0554849b66842e441..a96c2ae3da007b45dda415490f641901e1aaa969 100644
(file)
--- a/
include/wx/checklst.h
+++ b/
include/wx/checklst.h
@@
-12,6
+12,8
@@
#ifndef _WX_CHECKLST_H_BASE_
#define _WX_CHECKLST_H_BASE_
#ifndef _WX_CHECKLST_H_BASE_
#define _WX_CHECKLST_H_BASE_
+#include "wx/defs.h"
+
#if wxUSE_CHECKLISTBOX
#include "wx/listbox.h"
#if wxUSE_CHECKLISTBOX
#include "wx/listbox.h"
@@
-35,7
+37,7
@@
public:
virtual bool IsChecked(unsigned int item) const = 0;
virtual void Check(unsigned int item, bool check = true) = 0;
virtual bool IsChecked(unsigned int item) const = 0;
virtual void Check(unsigned int item, bool check = true) = 0;
- DECLARE_NO_COPY_CLASS(wxCheckListBoxBase)
+ wxDECLARE_NO_COPY_CLASS(wxCheckListBoxBase);
};
#if defined(__WXUNIVERSAL__)
};
#if defined(__WXUNIVERSAL__)