projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applied patch for compilation with gcc 3.0
[wxWidgets.git]
/
src
/
mac
/
checklst.cpp
diff --git
a/src/mac/checklst.cpp
b/src/mac/checklst.cpp
index 7387e3e4719c555bb3ecfe8271e469c978185811..2f43152c2a1ceae6beb1ea7bd062f1ce918100d2 100644
(file)
--- a/
src/mac/checklst.cpp
+++ b/
src/mac/checklst.cpp
@@
-23,7
+23,9
@@
// implementation
// ============================================================================
// implementation
// ============================================================================
+#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
+#endif
// ----------------------------------------------------------------------------
// implementation of wxCheckListBox class
// ----------------------------------------------------------------------------
// implementation of wxCheckListBox class