summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index eb4d1ce03..6f7330ed0 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -104,7 +104,7 @@ public:
* Returns the number of children of this expression.
* @return the number of children
*/
- size_t numChildren() const;
+ size_t getNumChildren() const;
/**
* Returns the string representation of the expression.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback