summaryrefslogtreecommitdiff
path: root/contrib/theoryskel/theory_DIR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/theoryskel/theory_DIR.cpp')
-rw-r--r--contrib/theoryskel/theory_DIR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/theoryskel/theory_DIR.cpp b/contrib/theoryskel/theory_DIR.cpp
index 4d24f3e16..e885cb9c7 100644
--- a/contrib/theoryskel/theory_DIR.cpp
+++ b/contrib/theoryskel/theory_DIR.cpp
@@ -11,7 +11,7 @@ Theory$camel::Theory$camel(context::Context* c,
context::UserContext* u,
OutputChannel& out,
Valuation valuation) :
- Theory(THEORY_UF, c, u, out, valuation) {
+ Theory(THEORY_$id, c, u, out, valuation) {
}/* Theory$camel::Theory$camel() */
void Theory$camel::check(Effort level) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback