Fix unit test (compile error) for new SatSolver interface
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 5 Apr 2013 20:35:42 +0000 (16:35 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 5 Apr 2013 20:35:42 +0000 (16:35 -0400)
test/unit/prop/cnf_stream_white.h

index e71dcb41d2e1b0f0f4d402a3d9df39f5e897523d..ccba0164a5ed6355ccd231390a3b3170f27d1258 100644 (file)
@@ -55,7 +55,7 @@ public:
     d_addClauseCalled(false) {
   }
 
-  SatVariable newVar(bool theoryAtom) {
+  SatVariable newVar(bool theoryAtom, bool preRegister, bool canErase) {
     return d_nextVar++;
   }