summaryrefslogtreecommitdiff
path: root/src/theory/arrays
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-01 02:25:39 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-01 02:25:39 +0000
commit4e38397c87b4437089b92cd274e65f3d17096d73 (patch)
treee69dcb835df3c3baa6bd99f08a6470c75d06b3b5 /src/theory/arrays
parentc90b1b66e6c8e3b77f2b73b73208f120445e5f91 (diff)
some fixes for Mac OS
Diffstat (limited to 'src/theory/arrays')
-rw-r--r--src/theory/arrays/type_enumerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arrays/type_enumerator.h b/src/theory/arrays/type_enumerator.h
index adea9a9e8..e613fc667 100644
--- a/src/theory/arrays/type_enumerator.h
+++ b/src/theory/arrays/type_enumerator.h
@@ -36,7 +36,7 @@ class ArrayEnumerator : public TypeEnumeratorBase<ArrayEnumerator> {
public:
ArrayEnumerator(TypeNode type) throw(AssertionException) :
- TypeEnumeratorBase(type),
+ TypeEnumeratorBase<ArrayEnumerator>(type),
d_index(TypeEnumerator(type.getArrayIndexType())),
d_constituent(TypeEnumerator(type.getArrayConstituentType())) {
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback