From: Morgan Deters Date: Fri, 5 Apr 2013 20:35:42 +0000 (-0400) Subject: Fix unit test (compile error) for new SatSolver interface X-Git-Tag: cvc5-1.0.0~7328 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f94986c1eb2a8d5c1ba98528fdcbba1b909d9c8;p=cvc5.git Fix unit test (compile error) for new SatSolver interface --- diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h index e71dcb41d..ccba0164a 100644 --- a/test/unit/prop/cnf_stream_white.h +++ b/test/unit/prop/cnf_stream_white.h @@ -55,7 +55,7 @@ public: d_addClauseCalled(false) { } - SatVariable newVar(bool theoryAtom) { + SatVariable newVar(bool theoryAtom, bool preRegister, bool canErase) { return d_nextVar++; }