projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
patch from Roland Scholz to fix the file permissions in wxCopyFile
[wxWidgets.git]
/
src
/
mac
/
listctrl.cpp
diff --git
a/src/mac/listctrl.cpp
b/src/mac/listctrl.cpp
index 2c11981bf2621628487b9d2ef9283c4895f9bb4d..d1d844565201ff29c49e1f4de52ee49ec1495579 100644
(file)
--- a/
src/mac/listctrl.cpp
+++ b/
src/mac/listctrl.cpp
@@
-16,9
+16,11
@@
#include "wx/stubs/textctrl.h"
#include "wx/stubs/listctrl.h"
#include "wx/stubs/textctrl.h"
#include "wx/stubs/listctrl.h"
+#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject)
+#endif
wxListCtrl::wxListCtrl()
{
wxListCtrl::wxListCtrl()
{