X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..815f65bd0f673965230ed915d794497a8818dd35:/src/palmos/enhmeta.cpp diff --git a/src/palmos/enhmeta.cpp b/src/palmos/enhmeta.cpp index 11ceeb2a38..f4ad5ca6fd 100644 --- a/src/palmos/enhmeta.cpp +++ b/src/palmos/enhmeta.cpp @@ -56,7 +56,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 ? NULL : fn.c_str(); } // ============================================================================ // implementation