summaryrefslogtreecommitdiff
path: root/src/theory/builtin
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/builtin')
-rw-r--r--src/theory/builtin/type_enumerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/builtin/type_enumerator.h b/src/theory/builtin/type_enumerator.h
index c94ec7322..4375cc501 100644
--- a/src/theory/builtin/type_enumerator.h
+++ b/src/theory/builtin/type_enumerator.h
@@ -51,6 +51,10 @@ public:
return *this;
}
+ bool isFinished() throw() {
+ return false;
+ }
+
};/* class UninterpretedSortEnumerator */
}/* CVC4::theory::builtin namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback