summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
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 291016044..24cb6dc5d 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -267,7 +267,7 @@ public:
* @param i the index of the child to retrieve
* @return the child
*/
- Expr getChild(unsigned int i) const;
+ Expr operator[](unsigned i) const;
/**
* Check if this is an expression that has an operator.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback