diff options
Diffstat (limited to 'AK')
-rw-r--r-- | AK/NoAllocationGuard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/NoAllocationGuard.h b/AK/NoAllocationGuard.h index 19356541dd..e009644196 100644 --- a/AK/NoAllocationGuard.h +++ b/AK/NoAllocationGuard.h @@ -58,7 +58,7 @@ private: #endif } - bool m_allocation_enabled_previously; + bool m_allocation_enabled_previously { true }; }; } |