summaryrefslogtreecommitdiff
path: root/src/theory/shared_solver_distributed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_solver_distributed.h')
-rw-r--r--src/theory/shared_solver_distributed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/shared_solver_distributed.h b/src/theory/shared_solver_distributed.h
index 45c7eafb3..de6e29743 100644
--- a/src/theory/shared_solver_distributed.h
+++ b/src/theory/shared_solver_distributed.h
@@ -30,7 +30,7 @@ namespace theory {
class SharedSolverDistributed : public SharedSolver
{
public:
- SharedSolverDistributed(TheoryEngine& te);
+ SharedSolverDistributed(TheoryEngine& te, ProofNodeManager* pnm);
virtual ~SharedSolverDistributed() {}
//------------------------------------- initialization
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback