]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/metafile.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / metafile.h
index 35afa09c4caa374801c8a193d1372947dc152ae2..57ca35ab802d6594073494aae6f4e37b101f8a1c 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        metafile.h
 // Purpose:     interface of wxMetafileDC
 // Author:      wxWidgets team
 // Name:        metafile.h
 // Purpose:     interface of wxMetafileDC
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -39,7 +38,7 @@ public:
         Constructor.
         If no filename is passed, the metafile is created in memory.
     */
         Constructor.
         If no filename is passed, the metafile is created in memory.
     */
-    wxMetafileDC(const wxString& filename = "");
+    wxMetafileDC(const wxString& filename = wxEmptyString);
 
     /**
         Destructor.
 
     /**
         Destructor.
@@ -69,7 +68,7 @@ public:
     @onlyfor{wxmsw}
 
     @library{wxcore}
     @onlyfor{wxmsw}
 
     @library{wxcore}
-    @category{gdi,misc}
+    @category{gdi}
 
     @see wxMetafileDC
 */
 
     @see wxMetafileDC
 */
@@ -82,7 +81,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.
     */
         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.
 
     /**
         Destructor.