X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb2b6166df1b328a6c9382e0e0c32f4204bb6343..968a7de2c5da97f4fba0ca29957f75a0bba92ae2:/interface/wx/metafile.h diff --git a/interface/wx/metafile.h b/interface/wx/metafile.h index 35afa09c4c..1b09cfd5df 100644 --- a/interface/wx/metafile.h +++ b/interface/wx/metafile.h @@ -3,7 +3,7 @@ // Purpose: interface of wxMetafileDC // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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. @@ -69,7 +69,7 @@ public: @onlyfor{wxmsw} @library{wxcore} - @category{gdi,misc} + @category{gdi} @see wxMetafileDC */ @@ -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.