mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
Don't allow implicit conversion from Common::String to Common::FilesystemNode.
svn-id: r30199
This commit is contained in:
parent
58f0d4e632
commit
bfb7a7e7e6
@ -97,7 +97,7 @@ public:
|
|||||||
* operating system doesn't support the concept), some other directory is
|
* operating system doesn't support the concept), some other directory is
|
||||||
* used (usually the root directory).
|
* used (usually the root directory).
|
||||||
*/
|
*/
|
||||||
FilesystemNode(const Common::String &path);
|
explicit FilesystemNode(const Common::String &path);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copy constructor.
|
* Copy constructor.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user