]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
added GetMargins()
[wxWidgets.git] / include / wx / filename.h
index 647e231e947567145ffdbc1b263ab1f6ce3bd9ac..e8a87042b8e95c3f5b588ea7846fdd2f4bab207b 100644 (file)
@@ -394,9 +394,10 @@ public:
     // deprecated methods, don't use any more
     // --------------------------------------
 
+#ifndef __DIGITALMARS__
     wxString GetPath( bool withSep, wxPathFormat format = wxPATH_NATIVE ) const
         { return GetPath(withSep ? wxPATH_GET_SEPARATOR : 0, format); }
-
+#endif
     wxString GetPathWithSep(wxPathFormat format = wxPATH_NATIVE ) const
         { return GetPath(wxPATH_GET_SEPARATOR, format); }