[Scummvm-cvs-logs] CVS: scummvm/common config-manager.h,1.11,1.11.2.1
Max Horn
fingolfin at users.sourceforge.net
Mon Aug 2 10:39:03 CEST 2004
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20591/common
Modified Files:
Tag: branch-0-6-0
config-manager.h
Log Message:
Workaround for bug #999122; this will fix config files which were broken by the 0.6.1 release
Index: config-manager.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- config-manager.h 7 Feb 2004 04:53:59 -0000 1.11
+++ config-manager.h 2 Aug 2004 17:38:37 -0000 1.11.2.1
@@ -86,6 +86,7 @@
void flushToDisk();
void setActiveDomain(const String &domain);
+ const String & getActiveDomain() const { return _activeDomain; }
// void addDomain(const String &name);
void removeGameDomain(const String &name);
More information about the Scummvm-git-logs
mailing list