summaryrefslogtreecommitdiff
path: root/contrib/theoryskel/theory_DIR.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/theoryskel/theory_DIR.h')
-rw-r--r--contrib/theoryskel/theory_DIR.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/theoryskel/theory_DIR.h b/contrib/theoryskel/theory_DIR.h
index f8151ae42..9dfb3e614 100644
--- a/contrib/theoryskel/theory_DIR.h
+++ b/contrib/theoryskel/theory_DIR.h
@@ -12,11 +12,13 @@ namespace $dir {
class Theory$camel : public Theory {
public:
- /** Constructs a new instance of Theory$camel w.r.t. the provided context.*/
+ /** Constructs a new instance of Theory$camel w.r.t. the provided contexts. */
Theory$camel(context::Context* c,
context::UserContext* u,
OutputChannel& out,
- Valuation valuation);
+ Valuation valuation,
+ const LogicInfo& logicInfo,
+ QuantifiersEngine* qe);
void check(Effort);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback