aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone
diff options
context:
space:
mode:
authorSven Hesse2011-06-07 01:43:48 +0200
committerSven Hesse2011-06-07 01:43:48 +0200
commit7ea4583d2fcbc7f760a041e265a0bfdff6853064 (patch)
treea4ee6a7bfabbe13402ac4fe47bcb561fa33c221a /backends/platform/iphone
parent12366c91e526bfe1575db1b05e02c8bfb8e58c4c (diff)
downloadscummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.tar.gz
scummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.tar.bz2
scummvm-rg350-7ea4583d2fcbc7f760a041e265a0bfdff6853064.zip
IPHONE: Fix a typo, fix compilation (hopefully)
Diffstat (limited to 'backends/platform/iphone')
-rw-r--r--backends/platform/iphone/osys_main.cpp2
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";