]> git.saurik.com Git - wxWidgets.git/commitdiff
one additional assign
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Nov 2007 09:36:56 +0000 (09:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Nov 2007 09:36:56 +0000 (09:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/corefoundation/cfstring.h

index 4887956206e2498ba6cc8fa7789d3990956a8097..c1d8c1a809072109849955322f81ed40bd9e9a54 100644 (file)
@@ -74,6 +74,8 @@ public:
         m_cfs = NULL ;
     }
 
+    void Assign(CFStringRef ref , bool release = true);
+
     void Assign(const wxString &str,
                 wxFontEncoding encoding = wxFONTENCODING_DEFAULT);