summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs.h b/src/core/file_sys/vfs.h
index 3bbc361ba..78a63c59b 100644
--- a/src/core/file_sys/vfs.h
+++ b/src/core/file_sys/vfs.h
@@ -36,7 +36,7 @@ enum class VfsEntryType {
36// functionality, they will need to override. 36// functionality, they will need to override.
37class VfsFilesystem : NonCopyable { 37class VfsFilesystem : NonCopyable {
38public: 38public:
39 VfsFilesystem(VirtualDir root); 39 explicit VfsFilesystem(VirtualDir root);
40 virtual ~VfsFilesystem(); 40 virtual ~VfsFilesystem();
41 41
42 // Gets the friendly name for the filesystem. 42 // Gets the friendly name for the filesystem.