summaryrefslogtreecommitdiffstats
path: root/src/debug/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/heap.h')
-rw-r--r--src/debug/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/heap.h b/src/debug/heap.h
index d7d39efb9..959578893 100644
--- a/src/debug/heap.h
+++ b/src/debug/heap.h
@@ -21,7 +21,7 @@ namespace Debug {
class Heap {
public:
- virtual ~Heap() {}
+ virtual ~Heap() = default;
struct Stats {
std::size_t size;