summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/datatype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/datatype.h b/src/expr/datatype.h
index 0e8ace709..b7a2721ab 100644
--- a/src/expr/datatype.h
+++ b/src/expr/datatype.h
@@ -1084,7 +1084,7 @@ class CVC4_PUBLIC DatatypeIndexConstant {
public:
DatatypeIndexConstant(unsigned index);
- const unsigned getIndex() const { return d_index; }
+ unsigned getIndex() const { return d_index; }
bool operator==(const DatatypeIndexConstant& uc) const
{
return d_index == uc.d_index;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback