summaryrefslogtreecommitdiff
path: root/src/ast/expr_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/expr_ptr.hpp')
-rw-r--r--src/ast/expr_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/expr_ptr.hpp b/src/ast/expr_ptr.hpp
index eb60c49f..1d68af15 100644
--- a/src/ast/expr_ptr.hpp
+++ b/src/ast/expr_ptr.hpp
@@ -24,7 +24,7 @@ public:
::std::shared_ptr<ExprNode> take_node() { assert(m_node.get()); return ::std::move(m_node); }
void visit_nodes(NodeVisitor& v);
void visit_nodes(NodeVisitor& v) const;
-
+
Expr clone() const;
friend ::std::ostream& operator<<(::std::ostream& os, const Expr& pat);