]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/enhmeta.cpp
Moved more code from wxDataViewCtrl to wxDataViewCtrlInternal.
[wxWidgets.git] / src / palmos / enhmeta.cpp
index 11ceeb2a388b56b914549a92dc032536a3ee8c8c..f4ad5ca6fd2ea0dc479f00024b1eb8f2ff0463df 100644 (file)
@@ -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