summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index b5e4a62f0..fba1a919c 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -96,7 +96,7 @@ public:
* @param options the earlyTypeChecking field is used to configure
* whether to do at Expr creation time.
*/
- explicit ExprManager(const Options&);
+ explicit ExprManager(const Options& options);
/**
* Destroys the expression manager. No will be deallocated at this point, so
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback