diff options
Diffstat (limited to 'Public/Kits/SystemKit')
| -rw-r--r-- | Public/Kits/SystemKit/HeapAPI.hxx | 2 |
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: |
