summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.h b/src/expr.h
index 8c110ad9..b6027042 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -110,7 +110,7 @@ public:
function_t& get_function();
- void print(std::ostream& out, scope_t& scope) const;
+ void print(std::ostream& out) const;
void dump(std::ostream& out) const;
void read(const char *& data);
void write(std::ostream& out) const;