[Scummvm-cvs-logs] CVS: scummvm/queen resource.cpp,1.26,1.27

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Nov 9 23:42:03 CET 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv23778

Modified Files:
	resource.cpp 
Log Message:
Fix warning


Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/resource.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- resource.cpp	9 Nov 2003 21:31:18 -0000	1.26
+++ resource.cpp	10 Nov 2003 07:41:21 -0000	1.27
@@ -47,7 +47,7 @@
 
 
 Resource::Resource(const Common::String &datafilePath, const char *datafileName, SaveFileManager *mgr, const char *savePath)
-	: _JAS2Pos(0), _datafilePath(datafilePath), _resourceEntries(0), _resourceTable(NULL), _saveFileManager(mgr), _savePath(savePath) {
+	: _JAS2Pos(0), _datafilePath(datafilePath), _savePath(savePath), _resourceEntries(0), _resourceTable(NULL), _saveFileManager(mgr) {
 
 	_resourceFile = new File();
 	_resourceFile->open(datafileName, _datafilePath);





More information about the Scummvm-git-logs mailing list