From 859588540321276b8e813f479dbedbd53f23a0c5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 24 Nov 2007 09:36:56 +0000 Subject: [PATCH] one additional assign git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/corefoundation/cfstring.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/mac/corefoundation/cfstring.h b/include/wx/mac/corefoundation/cfstring.h index 4887956206..c1d8c1a809 100644 --- a/include/wx/mac/corefoundation/cfstring.h +++ b/include/wx/mac/corefoundation/cfstring.h @@ -74,6 +74,8 @@ public: m_cfs = NULL ; } + void Assign(CFStringRef ref , bool release = true); + void Assign(const wxString &str, wxFontEncoding encoding = wxFONTENCODING_DEFAULT); -- 2.50.0