X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5cf866314567dee22d7bb9ef13b56877fd9fc92..d3c58c7ec012727bccf3c7ad5ee93200617b9a19:/include/wx/unichar.h diff --git a/include/wx/unichar.h b/include/wx/unichar.h index a7a74dec83..b91db6676b 100644 --- a/include/wx/unichar.h +++ b/include/wx/unichar.h @@ -15,8 +15,8 @@ #include "wx/chartype.h" #include "wx/stringimpl.h" -class WXDLLIMPEXP_BASE wxUniCharRef; -class WXDLLIMPEXP_BASE wxStringIteratorNode; +class WXDLLIMPEXP_FWD_BASE wxUniCharRef; +class WXDLLIMPEXP_FWD_BASE wxStringIteratorNode; // This class represents single Unicode character. It can be converted to // and from char or wchar_t and implements commonly used character operations. @@ -255,7 +255,7 @@ private: wxUniChar UniChar() const { return *m_pos; } #endif - friend class WXDLLIMPEXP_BASE wxUniChar; + friend class WXDLLIMPEXP_FWD_BASE wxUniChar; private: // reference to the string and pointer to the character in string