[Scummvm-cvs-logs] SF.net SVN: scummvm: [30199] scummvm/trunk/common/fs.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jan 3 15:51:51 CET 2008


Revision: 30199
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30199&view=rev
Author:   lordhoto
Date:     2008-01-03 06:51:50 -0800 (Thu, 03 Jan 2008)

Log Message:
-----------
Don't allow implicit conversion from Common::String to Common::FilesystemNode.

Modified Paths:
--------------
    scummvm/trunk/common/fs.h

Modified: scummvm/trunk/common/fs.h
===================================================================
--- scummvm/trunk/common/fs.h	2008-01-03 14:42:49 UTC (rev 30198)
+++ scummvm/trunk/common/fs.h	2008-01-03 14:51:50 UTC (rev 30199)
@@ -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