X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..5ecdc7ab6d10222bcf88610198771b5f3aee10a7:/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); }