summaryrefslogtreecommitdiff
path: root/src/theory/theory_registrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_registrar.h')
-rw-r--r--src/theory/theory_registrar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/theory/theory_registrar.h b/src/theory/theory_registrar.h
index df576a694..2514ccce0 100644
--- a/src/theory/theory_registrar.h
+++ b/src/theory/theory_registrar.h
@@ -37,9 +37,7 @@ public:
TheoryRegistrar(TheoryEngine* te) : d_theoryEngine(te) { }
- void preRegister(Node n) {
- d_theoryEngine->preRegister(n);
- }
+ void preRegister(Node n) override { d_theoryEngine->preRegister(n); }
};/* class TheoryRegistrar */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback