X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb2b6166df1b328a6c9382e0e0c32f4204bb6343..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/metafile.h diff --git a/interface/wx/metafile.h b/interface/wx/metafile.h index 35afa09c4c..8d4f7c3b28 100644 --- a/interface/wx/metafile.h +++ b/interface/wx/metafile.h @@ -39,7 +39,7 @@ public: Constructor. If no filename is passed, the metafile is created in memory. */ - wxMetafileDC(const wxString& filename = ""); + wxMetafileDC(const wxString& filename = wxEmptyString); /** Destructor. @@ -82,7 +82,7 @@ public: If a filename is given, the Windows disk metafile is read in. Check whether this was performed successfully by using the IsOk() member. */ - wxMetafile(const wxString& filename = ""); + wxMetafile(const wxString& filename = wxEmptyString); /** Destructor.