IPHONE: Fix a typo, fix compilation (hopefully)

This commit is contained in:
Sven Hesse
2011-06-07 01:43:48 +02:00
parent 12366c91e5
commit 7ea4583d2f
+1 -1
View File
@@ -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";