aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/fs.h')
-rw-r--r--common/fs.h2
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.