X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17af82fb4c8f830f202567259472645c27724c32..470402b9966ec0c9b0011193cb82bd6baa4a98c5:/src/common/stdpbase.cpp diff --git a/src/common/stdpbase.cpp b/src/common/stdpbase.cpp index 18ad257b92..dd9fb2801f 100644 --- a/src/common/stdpbase.cpp +++ b/src/common/stdpbase.cpp @@ -78,6 +78,12 @@ wxString wxStandardPathsBase::GetDocumentsDir() const return wxFileName::GetHomeDir(); } +// return the temporary directory for the current user +wxString wxStandardPathsBase::GetTempDir() const +{ + return wxFileName::GetTempDir(); +} + /* static */ wxString wxStandardPathsBase::AppendAppName(const wxString& dir) {