From 8f7904569a60721cfd051a359dd17cc86ea67cfe Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Jan 2024 17:09:04 +0100 Subject: Kernel: add Terminal init sequence in KeInitEFI. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/HeapAPI.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public') 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: -- cgit v1.2.3