summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/IndexableProperty.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 17:06:30 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 17:06:30 +0100
commit2f7c48ef9172ba48fa177600a12ab0d51cb9e566 (patch)
tree96841cb24ca8756b1bc30ea50f9664245a3479fb /Private/Source/IndexableProperty.cxx
parentb340547eb2d6db9eddd8bdbf0e473f9fe993bec4 (diff)
Kernel: Fix ABI for MP-CC, rename FilesystemIndexer to
IndexableProperty. Public/ZipKit: Add impl for deflate/inflate. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/IndexableProperty.cxx')
-rw-r--r--Private/Source/IndexableProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/IndexableProperty.cxx b/Private/Source/IndexableProperty.cxx
index bb1393b5..5b49d6c1 100644
--- a/Private/Source/IndexableProperty.cxx
+++ b/Private/Source/IndexableProperty.cxx
@@ -9,7 +9,7 @@
//! @brief hCore NewFS Indexer.
-#include <FSKit/FilesystemIndexer.hxx>
+#include <FSKit/IndexableProperty.hxx>
#include <CompilerKit/Compiler.hpp>
#include <NewKit/MutableArray.hpp>
#include <NewKit/Utils.hpp>