]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/font.cpp
Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.
[wxWidgets.git] / src / os2 / font.cpp
index f4077c70f81b6a4e9b3cb56aebac038c07f03257..ff695a16d02bb1d4c6d78afad5d4c705e54cfd61 100644 (file)
@@ -691,7 +691,7 @@ void wxNativeFontInfo::SetUnderlined(
 } // end of wxNativeFontInfo::SetUnderlined
 
 void wxNativeFontInfo::SetFaceName(
-  wxString                          sFacename
+  const wxString&                   sFacename
 )
 {
     wxStrncpy((wxChar*)fa.szFacename, sFacename, WXSIZEOF(fa.szFacename));