summaryrefslogtreecommitdiffstats
path: root/src/debug/sysv-heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/sysv-heap.h')
-rw-r--r--src/debug/sysv-heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/sysv-heap.h b/src/debug/sysv-heap.h
index baab0af5f..6f95b74c4 100644
--- a/src/debug/sysv-heap.h
+++ b/src/debug/sysv-heap.h
@@ -19,7 +19,7 @@ namespace Debug {
class SysVHeap : public Heap {
public:
- SysVHeap() {}
+ SysVHeap() = default;
int features() const override;