one additional assign

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-11-24 09:36:56 +00:00
parent fbb63e807a
commit 8595885403

View 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);