From f4dda581a49f46d468a8d8aefc31f37aca3ef7d1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 11 Jun 2008 16:05:58 +0000 Subject: [PATCH] common private decls git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/corefoundation/cfstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__ -- 2.45.2