projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added test for writing empty value to the config
[wxWidgets.git]
/
src
/
mac
/
checklst.cpp
diff --git
a/src/mac/checklst.cpp
b/src/mac/checklst.cpp
index ecf13c8f70dc2dd673028406a29d8be8297dbcf0..b8401b16da67fbd275082c0f3096e7b21dda1667 100644
(file)
--- a/
src/mac/checklst.cpp
+++ b/
src/mac/checklst.cpp
@@
-44,7
+44,7
@@
END_EVENT_TABLE()
// ----------------
// def ctor: use Create() to really create the control
// ----------------
// def ctor: use Create() to really create the control
-wxCheckListBox::wxCheckListBox() : wx
ListBox
()
+wxCheckListBox::wxCheckListBox() : wx
CheckListBoxBase
()
{
}
{
}
@@
-54,7
+54,7
@@
wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
int nStrings, const wxString choices[],
long style, const wxValidator& val,
const wxString& name)
int nStrings, const wxString choices[],
long style, const wxValidator& val,
const wxString& name)
- : wx
ListBox
()
+ : wx
CheckListBoxBase
()
{
// TODO: you'll probably need a separate Create instead of using
// the wxListBox one as here.
{
// TODO: you'll probably need a separate Create instead of using
// the wxListBox one as here.