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;