projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90adbcc
)
also removed WXDLLIMPEXP_BASE from friend declaration of wxCStrData
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 23 Mar 2007 12:27:51 +0000
(12:27 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 23 Mar 2007 12:27:51 +0000
(12:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45029
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/string.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/string.h
b/include/wx/string.h
index 7931a8116e3a076eaddd2762fdad6844c5af9036..aa01f5fee3557ef227b896155369c033b826b15c 100644
(file)
--- a/
include/wx/string.h
+++ b/
include/wx/string.h
@@
-380,7
+380,7
@@
public:
\
friend class WXDLLIMPEXP_BASE wxString; \
friend class WXDLLIMPEXP_BASE wxStringBase; \
- friend class
WXDLLIMPEXP_BASE wxCStrData;
\
+ friend class
wxCStrData;
\
\
protected: \
pointer m_cur;