projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ed8f8
)
accidentally removed IMPLEMENT_DYNAMIC_CLASS added back
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 26 Nov 1998 17:07:39 +0000
(17:07 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 26 Nov 1998 17:07:39 +0000
(17:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1066
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/filefn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/filefn.cpp
b/src/common/filefn.cpp
index 109eeabbd42a597fcbddf7d20cdcbff526b8b936..386977884a78e719fe823af5e9ce083001c0cf57 100644
(file)
--- a/
src/common/filefn.cpp
+++ b/
src/common/filefn.cpp
@@
-80,6
+80,10
@@
#define _MAXPATHLEN 500
+#if !USE_SHARED_LIBRARY
+ IMPLEMENT_DYNAMIC_CLASS(wxPathList, wxStringList)
+#endif
+
extern char *wxBuffer;
void wxPathList::Add (const wxString& path)