From: Stefan Csomor Date: Wed, 11 Jun 2008 16:05:58 +0000 (+0000) Subject: common private decls X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4dda581a49f46d468a8d8aefc31f37aca3ef7d1?ds=inline common private decls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/corefoundation/cfstring.h b/include/wx/mac/corefoundation/cfstring.h index 4a8ea3b503..c4b1719c4d 100644 --- a/include/wx/mac/corefoundation/cfstring.h +++ b/include/wx/mac/corefoundation/cfstring.h @@ -69,12 +69,12 @@ public : ~wxMacUniCharBuffer() ; - UniChar* GetBuffer() ; + UniCharPtr GetBuffer() ; UniCharCount GetChars() ; private : - UniChar* m_ubuf ; + UniCharPtr m_ubuf ; UniCharCount m_chars ; }; #endif //__WXCFSTRINGHOLDER_H__