summaryrefslogtreecommitdiffhomepage
path: root/Public
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 17:09:04 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 17:09:04 +0100
commit8f7904569a60721cfd051a359dd17cc86ea67cfe (patch)
treead432b67b1ec26cf560c4ad7a02ed8322b36d4b2 /Public
parent91a554f36af763394835f29ecdefdf2d6448a6c3 (diff)
Kernel: add Terminal init sequence in KeInitEFI.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public')
-rw-r--r--Public/Kits/SystemKit/HeapAPI.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Kits/SystemKit/HeapAPI.hxx b/Public/Kits/SystemKit/HeapAPI.hxx
index c11b1408..e9bda42d 100644
--- a/Public/Kits/SystemKit/HeapAPI.hxx
+++ b/Public/Kits/SystemKit/HeapAPI.hxx
@@ -47,7 +47,7 @@ class HHeap final {
class HMemoryException final {
public:
- HMemoryException() = default;
+ explicit HMemoryException() = default;
~HMemoryException() = default;
public: