summaryrefslogtreecommitdiffhomepage
path: root/Private/FSKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/FSKit')
-rw-r--r--Private/FSKit/IndexableProperty.hxx (renamed from Private/FSKit/FilesystemIndexer.hxx)0
-rw-r--r--Private/FSKit/NewFS.hxx2
-rw-r--r--Private/FSKit/NewFSIndexer.hxx2
3 files changed, 2 insertions, 2 deletions
diff --git a/Private/FSKit/FilesystemIndexer.hxx b/Private/FSKit/IndexableProperty.hxx
index 4ba68056..4ba68056 100644
--- a/Private/FSKit/FilesystemIndexer.hxx
+++ b/Private/FSKit/IndexableProperty.hxx
diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx
index f9725e22..0e935cd5 100644
--- a/Private/FSKit/NewFS.hxx
+++ b/Private/FSKit/NewFS.hxx
@@ -175,7 +175,7 @@ namespace hCore
virtual bool WriteCatalog(NewCatalog& catalog, voidPtr data) = 0;
virtual bool RemoveCatalog(NewCatalog& catalog) = 0;
- void FormatDrive(DriveTraits& drive);
+ virtual bool Format(DriveTraits& drive) = 0;
};
diff --git a/Private/FSKit/NewFSIndexer.hxx b/Private/FSKit/NewFSIndexer.hxx
index fd22e4bd..c5f63059 100644
--- a/Private/FSKit/NewFSIndexer.hxx
+++ b/Private/FSKit/NewFSIndexer.hxx
@@ -9,7 +9,7 @@
#pragma once
-#include <FSKit/FilesystemIndexer.hxx>
+#include <FSKit/IndexableProperty.hxx>
#include <NewKit/MutableArray.hpp>
namespace hCore