[Scummvm-cvs-logs] scummvm master -> 7ea4583d2fcbc7f760a041e265a0bfdff6853064
DrMcCoy
drmccoy at drmccoy.de
Tue Jun 7 01:45:42 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7ea4583d2f IPHONE: Fix a typo, fix compilation (hopefully)
Commit: 7ea4583d2fcbc7f760a041e265a0bfdff6853064
https://github.com/scummvm/scummvm/commit/7ea4583d2fcbc7f760a041e265a0bfdff6853064
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-06-06T16:43:48-07:00
Commit Message:
IPHONE: Fix a typo, fix compilation (hopefully)
Changed paths:
backends/platform/iphone/osys_main.cpp
diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp
index d0a10d9..9007f00 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";
More information about the Scummvm-git-logs
mailing list