summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 997616ae3..edd74280a 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -1954,6 +1954,11 @@ class CVC4_PUBLIC Grammar
*/
void addRules(Term ntSymbol, std::vector<Term> rules);
+ /**
+ * Nullary constructor. Needed for the Cython API.
+ */
+ Grammar();
+
private:
/**
* Constructor.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback