]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/enhmeta.cpp
Fixed printf-related warnings
[wxWidgets.git] / src / palmos / enhmeta.cpp
index dd6d92f075861a1da1ad25172a3faf42671484a5..f4ad5ca6fd2ea0dc479f00024b1eb8f2ff0463df 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "enhmeta.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -60,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