]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/metafile.h
include "ToolUtils.h" for LoWord and friends
[wxWidgets.git] / include / wx / mac / metafile.h
index b2468e42d1956c9ee868d9e9b9ab8b6af6a81ab5..bbf8e541170e48b7fc561a2ab6f375113fb13a4b 100644 (file)
@@ -8,7 +8,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -55,7 +55,7 @@ class WXDLLEXPORT wxMetafile: public wxGDIObject
       : wxGDIObject()
   { Ref(metafile); }
 
-  wxMetafile(const wxString& file = "");
+  wxMetafile(const wxString& file = wxEmptyString);
   ~wxMetafile(void);
 
   // After this is called, the metafile cannot be used for anything
@@ -84,7 +84,7 @@ class WXDLLEXPORT wxMetafileDC: public wxDC
  public:
   // Don't supply origin and extent
   // Supply them to wxMakeMetaFilePlaceable instead.
-  wxMetafileDC(const wxString& file = "");
+  wxMetafileDC(const wxString& file = wxEmptyString);
 
   // Supply origin and extent (recommended).
   // Then don't need to supply them to wxMakeMetaFilePlaceable.