diff options
author | Sven Hesse | 2011-06-07 01:43:48 +0200 |
---|---|---|
committer | Sven Hesse | 2011-06-07 01:43:48 +0200 |
commit | 7ea4583d2fcbc7f760a041e265a0bfdff6853064 (patch) | |
tree | a4ee6a7bfabbe13402ac4fe47bcb561fa33c221a | |
parent | 12366c91e526bfe1575db1b05e02c8bfb8e58c4c (diff) | |
download | scummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.tar.gz scummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.tar.bz2 scummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.zip |
IPHONE: Fix a typo, fix compilation (hopefully)
-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"; |