From: Vadim Zeitlin Date: Fri, 23 Mar 2007 12:27:51 +0000 (+0000) Subject: also removed WXDLLIMPEXP_BASE from friend declaration of wxCStrData X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1a81eea8d4932c8afdaf4779b1212acd9b69e82e also removed WXDLLIMPEXP_BASE from friend declaration of wxCStrData git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/string.h b/include/wx/string.h index 7931a8116e..aa01f5fee3 100644 --- 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;