summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-24 00:29:52 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-24 00:29:52 +0000
commit9de66957df6448ba1243cdb7cc84813fe82e69d5 (patch)
tree9c013455d7f0c0e057f44f51abdead7ff1ebd01c /src/expr/expr_template.h
parent23367b1eac54a17a060697b1cf187ad2cc2ff503 (diff)
fix get-value output in a couple ways; this fixes bug #378
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index a2e861118..e1b5cc4e6 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -461,7 +461,7 @@ public:
* variableMap for the translation and extending it with any new
* mappings.
*/
- Expr exportTo(ExprManager* exprManager, ExprManagerMapCollection& variableMap);
+ Expr exportTo(ExprManager* exprManager, ExprManagerMapCollection& variableMap) const;
/**
* IOStream manipulator to set the maximum depth of Exprs when
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback