diff options
-rw-r--r-- | backends/platform/iphone/osys_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp index d0a10d9edc..9007f006f8 100644 --- a/backends/platform/iphone/osys_main.cpp +++ b/backends/platform/iphone/osys_main.cpp @@ -229,7 +229,7 @@ OSystem *OSystem_IPHONE_create() { return new OSystem_IPHONE(); } -CCommon::String OSystem_IPHONE::getDefaultConfigFileName() { +Common::String OSystem_IPHONE::getDefaultConfigFileName() { #ifdef IPHONE_OFFICIAL Common::String path = iPhone_getDocumentsDir(); path += "/Preferences"; |