summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/mktheorytraits')
-rwxr-xr-xsrc/theory/mktheorytraits2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/mktheorytraits b/src/theory/mktheorytraits
index 45c108b72..538ffb25f 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -133,7 +133,7 @@ struct TheoryTraits<${theory_id}> {
static const bool hasRegisterTerm = ${theory_has_registerTerm};
static const bool hasNotifyRestart = ${theory_has_notifyRestart};
static const bool hasPresolve = ${theory_has_presolve};
-};
+};/* struct TheoryTraits<${theory_id}> */
"
# warnings about theory content and properties
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback