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

svn-id: r30199
This commit is contained in:
Johannes Schickel 2008-01-03 14:51:50 +00:00
parent 58f0d4e632
commit bfb7a7e7e6

View File

@ -97,7 +97,7 @@ public:
* 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.