From d07c5bc14edbe071ee7b4f47f174780e95e451aa Mon Sep 17 00:00:00 2001
From: Roland Reichwein <mail@reichwein.it>
Date: Sun, 15 Nov 2020 13:55:18 +0100
Subject: Simplify Asm construction

---
 flowgraph/node.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'flowgraph')

diff --git a/flowgraph/node.h b/flowgraph/node.h
index 98c684d..77395f0 100644
--- a/flowgraph/node.h
+++ b/flowgraph/node.h
@@ -174,7 +174,7 @@ namespace FlowGraph {
  class DestroyScopeOp: public Node
  {
  public:
-  DestroyScopeOp() {}
+  DestroyScopeOp(LocalScope& scope) {}
  };
 
 } // namespace FlowGraph
-- 
cgit v1.2.3