aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.h
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-11 00:54:34 +0000
committerTony Puccinelli2010-08-11 00:54:34 +0000
commit6543062e5701e8011a4b12abffa8afca56f30b3f (patch)
tree2a317b820d5a7feeb903aaeec3c1f37847d21ee5 /base/commandLine.h
parent682807f0e916b189c69b60765418ee1ccc327cbf (diff)
parentfffec23a02cc88ed8daba0a3b50007b7e220c075 (diff)
downloadscummvm-rg350-6543062e5701e8011a4b12abffa8afca56f30b3f.tar.gz
scummvm-rg350-6543062e5701e8011a4b12abffa8afca56f30b3f.tar.bz2
scummvm-rg350-6543062e5701e8011a4b12abffa8afca56f30b3f.zip
manually merged base, graphics, common, sound, and gui as I am quite skilled at somehow messing up svn merge :-)
svn-id: r51963
Diffstat (limited to 'base/commandLine.h')
-rw-r--r--base/commandLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.h b/base/commandLine.h
index 8801ed17d8..c7e8d8b0d0 100644
--- a/base/commandLine.h
+++ b/base/commandLine.h
@@ -33,7 +33,7 @@ namespace Base {
void registerDefaults();
Common::String parseCommandLine(Common::StringMap &settings, int argc, const char * const *argv);
-bool processSettings(Common::String &command, Common::StringMap &settings);
+Common::Error processSettings(Common::String &command, Common::StringMap &settings);
} // End of namespace Base