From 3e607e871b1b20e14527845a511ae2a6739fcaac Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 9 Mar 2024 08:37:29 +0100 Subject: See below. - HCoreKrnl: - Improve interrupt handler for AMD64 targets. - Wrapped AHCI and PE types into a namespace. - Replace L0 with the label MainLoop. - Reworked C++Kit and NetBoot modules. - Put INewFSIterator constructor as explicit. Signed-off-by: Amlal El Mahrouss --- Private/FSKit/NewFSIndexer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/FSKit') diff --git a/Private/FSKit/NewFSIndexer.hxx b/Private/FSKit/NewFSIndexer.hxx index e66e4913..023ebdc0 100644 --- a/Private/FSKit/NewFSIndexer.hxx +++ b/Private/FSKit/NewFSIndexer.hxx @@ -13,7 +13,7 @@ namespace HCore { namespace Indexer { class INewFSIterator; -using IndexElement = voidPtr; +using IndexElement = VoidPtr; /// /// @name INewFSIterator @@ -22,7 +22,7 @@ using IndexElement = voidPtr; class INewFSIterator { public: - INewFSIterator() = default; + explicit INewFSIterator() = default; virtual ~INewFSIterator() = default; public: -- cgit v1.2.3