summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index fbb62545d..a859291a7 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -25,10 +25,10 @@ namespace CVC4 {
namespace theory {
namespace bv {
-class TheoryBV : public TheoryImpl<TheoryBV> {
+class TheoryBV : public Theory {
public:
TheoryBV(context::Context* c, OutputChannel& out) :
- TheoryImpl<TheoryBV>(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