]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/winpars.cpp
wxGetWorkingDirectory() deprecated. Fixed #1338966.
[wxWidgets.git] / src / html / winpars.cpp
index 0dbab9d1f9db9cccf65f5e07f37d80e5bdf142a4..7fc11a1280288ba1988c6baabe45abb2f7aed3d5 100644 (file)
@@ -7,11 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "winpars.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/defs.h"
@@ -116,7 +111,7 @@ void wxHtmlWinParser::RemoveModule(wxHtmlTagsModule *module)
     m_Modules.DeleteObject(module);
 }
 
-void wxHtmlWinParser::SetFonts(wxString normal_face, wxString fixed_face,
+void wxHtmlWinParser::SetFonts(const wxString& normal_face, const wxString& fixed_face,
                                const int *sizes)
 {
     static int default_sizes[7] =