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:
Stefan Csomor
2008-06-11 16:05:58 +00:00
parent 16bf319040
commit f4dda581a4

View File

@@ -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__