From: Morgan Deters Date: Mon, 1 Oct 2012 21:10:04 +0000 (+0000) Subject: fix for dejan: term ITEs now dumped correctly X-Git-Tag: cvc5-1.0.0~7755 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87ce1a2260ae63784a0593aeec792bb8defe9bf6;p=cvc5.git fix for dejan: term ITEs now dumped correctly --- 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(),