From 4e38397c87b4437089b92cd274e65f3d17096d73 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 1 Aug 2012 02:25:39 +0000 Subject: some fixes for Mac OS --- src/theory/arith/type_enumerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/arith') diff --git a/src/theory/arith/type_enumerator.h b/src/theory/arith/type_enumerator.h index 3561e3c7b..e62baa2f6 100644 --- a/src/theory/arith/type_enumerator.h +++ b/src/theory/arith/type_enumerator.h @@ -37,7 +37,7 @@ class RationalEnumerator : public TypeEnumeratorBase { public: RationalEnumerator(TypeNode type) throw(AssertionException) : - TypeEnumeratorBase(type), + TypeEnumeratorBase(type), d_rat(0) { Assert(type.getKind() == kind::TYPE_CONSTANT && type.getConst() == REAL_TYPE); @@ -80,7 +80,7 @@ class IntegerEnumerator : public TypeEnumeratorBase { public: IntegerEnumerator(TypeNode type) throw(AssertionException) : - TypeEnumeratorBase(type), + TypeEnumeratorBase(type), d_int(0) { Assert(type.getKind() == kind::TYPE_CONSTANT && type.getConst() == INTEGER_TYPE); -- cgit v1.2.3