[Scummvm-cvs-logs] SF.net SVN: scummvm: [30209] scummvm/branches/branch-0-11-0/common/fs.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 4 00:45:18 CET 2008


Revision: 30209
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30209&view=rev
Author:   fingolfin
Date:     2008-01-03 15:45:18 -0800 (Thu, 03 Jan 2008)

Log Message:
-----------
Backport fix which prevents Common::Strings being silently converted to FilesystemNodes

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/common/fs.h

Modified: scummvm/branches/branch-0-11-0/common/fs.h
===================================================================
--- scummvm/branches/branch-0-11-0/common/fs.h	2008-01-03 23:38:18 UTC (rev 30208)
+++ scummvm/branches/branch-0-11-0/common/fs.h	2008-01-03 23:45:18 UTC (rev 30209)
@@ -97,7 +97,7 @@
 	 * operating system doesn't support the concept), some other directory is
 	 * used (usually the root directory).
 	 */
-	FilesystemNode(const Common::String &path);
+	explicit FilesystemNode(const Common::String &path);
 
 	/**
 	 * Copy constructor.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list