diff options
Diffstat (limited to 'flowgraph')
-rw-r--r-- | flowgraph/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |