From 7ea4583d2fcbc7f760a041e265a0bfdff6853064 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 7 Jun 2011 01:43:48 +0200 Subject: IPHONE: Fix a typo, fix compilation (hopefully) --- backends/platform/iphone/osys_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3