common private decls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,12 +69,12 @@ public :
|
|||||||
|
|
||||||
~wxMacUniCharBuffer() ;
|
~wxMacUniCharBuffer() ;
|
||||||
|
|
||||||
UniChar* GetBuffer() ;
|
UniCharPtr GetBuffer() ;
|
||||||
|
|
||||||
UniCharCount GetChars() ;
|
UniCharCount GetChars() ;
|
||||||
|
|
||||||
private :
|
private :
|
||||||
UniChar* m_ubuf ;
|
UniCharPtr m_ubuf ;
|
||||||
UniCharCount m_chars ;
|
UniCharCount m_chars ;
|
||||||
};
|
};
|
||||||
#endif //__WXCFSTRINGHOLDER_H__
|
#endif //__WXCFSTRINGHOLDER_H__
|
||||||
|
Reference in New Issue
Block a user