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 b297be6fb..c5478b1da 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -106,7 +106,7 @@ public:
/** Returns the type of the expression, if it has been computed.
* Returns NULL if the type of the expression is not known.
*/
- const Type* getType() const;
+ Type* getType() const;
/**
* Returns the string representation of the expression.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback