]> git.saurik.com Git - wxWidgets.git/commitdiff
common private decls
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 16:05:58 +0000 (16:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Jun 2008 16:05:58 +0000 (16:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/corefoundation/cfstring.h

index 4a8ea3b503f6a5b00c4a6f168e59fd94b7267bd4..c4b1719c4df0ad9dbee5e08c596a2af19b2723bb 100644 (file)
@@ -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__