summaryrefslogtreecommitdiff
path: root/src/cfg/Relooper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg/Relooper.h')
-rw-r--r--src/cfg/Relooper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg/Relooper.h b/src/cfg/Relooper.h
index b3a2b65f6..162fd3149 100644
--- a/src/cfg/Relooper.h
+++ b/src/cfg/Relooper.h
@@ -308,7 +308,7 @@ struct Shape {
ShapeType Type;
Shape(ShapeType TypeInit) : Id(-1), Next(NULL), Type(TypeInit) {}
- virtual ~Shape() {}
+ virtual ~Shape() = default;
virtual wasm::Expression* Render(RelooperBuilder& Builder, bool InLoop) = 0;