projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added Python methods to wxStyledTextCtrl that allow to get/set text in
[wxWidgets.git]
/
include
/
wx
/
checklst.h
diff --git
a/include/wx/checklst.h
b/include/wx/checklst.h
index 4760cd44f8b60b7e14a1fd31d892e72e44aaeaeb..8e33246ecade3c81e5b241d967479519b4d182e2 100644
(file)
--- a/
include/wx/checklst.h
+++ b/
include/wx/checklst.h
@@
-23,11
+23,11
@@
class WXDLLEXPORT wxCheckListBoxBase : public wxListBox
{
public:
class WXDLLEXPORT wxCheckListBoxBase : public wxListBox
{
public:
- wxCheckListBoxBase()
;
+ wxCheckListBoxBase()
{ }
// check list box specific methods
virtual bool IsChecked(size_t item) const = 0;
// check list box specific methods
virtual bool IsChecked(size_t item) const = 0;
- virtual void Check(size_t item, bool check =
TRUE
) = 0;
+ virtual void Check(size_t item, bool check =
true
) = 0;
DECLARE_NO_COPY_CLASS(wxCheckListBoxBase)
};
DECLARE_NO_COPY_CLASS(wxCheckListBoxBase)
};