]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/enhmeta.cpp
Rework idle handling so that NSApplication does not need to be subclassed or posed as.
[wxWidgets.git] / src / msw / enhmeta.cpp
index ce2ecc0ae846dc57f852c23bcdfbeb2171536c7a..098c482469329eeda14c9c8ac53fffcbfde41062 100644 (file)
@@ -57,7 +57,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxEnhMetaFileDC, wxDC)
 
 // we must pass NULL if the string is empty to metafile functions
 static inline const wxChar *GetMetaFileName(const wxString& fn)
-    { return !fn ? (wxChar *)NULL : fn.c_str(); }
+    { return !fn ? (const wxChar *)NULL : (const wxChar*)fn.c_str(); }
 
 // ============================================================================
 // implementation