]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/treectrl.cpp
applied copy constructor fix to assignment operator as well
[wxWidgets.git] / src / mac / treectrl.cpp
index 3aea32e970e95e791b783448a9c81f198ab64193..67ccc4f02292703a51404aef98c56ffd87721023 100644 (file)
 #endif
 
 #include "wx/stubs/textctrl.h"
+#include "wx/treebase.h"
 #include "wx/stubs/treectrl.h"
 
+#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxTreeCtrl, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxTreeItem, wxObject)
 
+#endif
 
 wxTreeCtrl::wxTreeCtrl()
 {