diff options
| -rw-r--r-- | common/fs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/fs.h b/common/fs.h index 271a0dc9eb..b120a583db 100644 --- a/common/fs.h +++ b/common/fs.h @@ -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. | 
