X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8efd2198ff050ca5a5726bcad0f42692fe872df..28ac82bf0444ba664a4740393fde133058c0e3d3:/src/common/stdpbase.cpp diff --git a/src/common/stdpbase.cpp b/src/common/stdpbase.cpp index 6eaaeb29ec..6cf9b8a32a 100644 --- a/src/common/stdpbase.cpp +++ b/src/common/stdpbase.cpp @@ -43,7 +43,7 @@ static wxStandardPaths gs_stdPaths; // ============================================================================ /* static */ -wxStandardPathsBase& wxStandardPathsBase::Get() +wxStandardPaths& wxStandardPathsBase::Get() { wxAppTraits * const traits = wxTheApp ? wxTheApp->GetTraits() : NULL; wxCHECK_MSG( traits, gs_stdPaths, _T("create wxApp before calling this") ); @@ -72,7 +72,7 @@ wxString wxStandardPathsBase::GetExecutablePath() const return filename.GetFullPath(); } -wxStandardPathsBase& wxAppTraitsBase::GetStandardPaths() +wxStandardPaths& wxAppTraitsBase::GetStandardPaths() { return gs_stdPaths; }