summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/FileSystem.proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/VFS/FileSystem.proto.h')
-rw-r--r--Source/Kernel/VFS/FileSystem.proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/VFS/FileSystem.proto.h b/Source/Kernel/VFS/FileSystem.proto.h
index 5aec434..a614c13 100644
--- a/Source/Kernel/VFS/FileSystem.proto.h
+++ b/Source/Kernel/VFS/FileSystem.proto.h
@@ -9,6 +9,7 @@ class DirectoryNode;
//This abstract class describes a filesystem
class FileSystem {
protected:
+ virtual ~FileSystem() {}
bool m_isWritable; //false = read only
DirectoryNode* m_rootNode;