From aff54fd3dc6855b62c047f126c6fe20ca717ee0f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 22:53:06 +0100 Subject: HCR-11 : SATA support phase 1, work in progress AHCI implementation. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/FileManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/KernelKit/FileManager.hpp') diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp index b65bdfe1..cfd06f07 100644 --- a/Private/KernelKit/FileManager.hpp +++ b/Private/KernelKit/FileManager.hpp @@ -145,7 +145,7 @@ class NewFilesystemManager final : public IFilesystemManager { } public: - NewFSImpl *fIO{nullptr}; + NewFSImplementation *fImpl{nullptr}; }; /** -- cgit v1.2.3