From 87ce1a2260ae63784a0593aeec792bb8defe9bf6 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 1 Oct 2012 21:10:04 +0000 Subject: [PATCH] fix for dejan: term ITEs now dumped correctly --- src/smt/smt_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index 5e8cef250..069e5473e 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -307,7 +307,7 @@ public: d_smt.addToModelCommand(c.clone()); } - void nmNotifyNewSkolem(TNode n, std::string comment) { + void nmNotifyNewSkolem(TNode n, const std::string& comment) { std::string id = n.getAttribute(expr::VarNameAttr()); DeclareFunctionCommand c(id, n.toExpr(), -- 2.30.2