X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..1338c59a025505bc066be220fe56e898a72b3ad3:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index 647e231e94..e8a87042b8 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -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); }