From b36ec4366123452550a1f0772ca0508dd49e66b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Jovanovi=C4=87?= Date: Mon, 26 Mar 2012 12:25:12 +0000 Subject: [PATCH] with a small fix --- src/prop/sat_solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h index 3b8e1ccbf..e54f551fa 100644 --- a/src/prop/sat_solver.h +++ b/src/prop/sat_solver.h @@ -108,7 +108,7 @@ public: virtual void renewVar(SatLiteral lit, int level = -1) = 0; - virtual int getAssertionLevel() const = 0; + virtual unsigned getAssertionLevel() const = 0; }; -- 2.30.2