summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/Loader.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 11:58:54 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-27 11:58:54 +0100
commita33d9510bd36a9fdb98f291250a025cd4bec8bc1 (patch)
treef060a1f0624cf538c34abf700091bb7350a36af1 /Private/KernelKit/Loader.hpp
parent9614c53b82037f77d5b57777560f8a320cb2ac4f (diff)
Kernel: working on interrupts, almost fix them.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/Loader.hpp')
-rw-r--r--Private/KernelKit/Loader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/Loader.hpp b/Private/KernelKit/Loader.hpp
index 36da444f..005eb051 100644
--- a/Private/KernelKit/Loader.hpp
+++ b/Private/KernelKit/Loader.hpp
@@ -17,7 +17,7 @@ namespace HCore {
/// This interface is used to make loader contracts (MSCOFF, PEF).
class Loader {
public:
- Loader() = default;
+ explicit Loader() = default;
virtual ~Loader() = default;
HCORE_COPY_DEFAULT(Loader);