summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 973651f7a..d211cd37d 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -25,10 +25,10 @@ namespace CVC4 {
namespace theory {
namespace arith {
-class TheoryArith : public TheoryImpl<TheoryArith> {
+class TheoryArith : public Theory {
public:
TheoryArith(context::Context* c, OutputChannel& out) :
- TheoryImpl<TheoryArith>(c, out) {
+ Theory(c, out) {
}
void preRegisterTerm(TNode n) { Unimplemented(); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback