From: trevor_hansen Date: Sat, 28 Jan 2012 04:08:17 +0000 (+0000) Subject: Make another class noncopyable. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=407de692eaea6e8a54f4bf82041e05184d4f776d;p=francis%2Fstp.git Make another class noncopyable. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1534 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/to-sat/ASTNode/ToCNF.h b/src/to-sat/ASTNode/ToCNF.h index cb76a97..725af45 100644 --- a/src/to-sat/ASTNode/ToCNF.h +++ b/src/to-sat/ASTNode/ToCNF.h @@ -15,10 +15,11 @@ #include "../../AST/AST.h" #include "../../STPManager/STPManager.h" #include "ClauseList.h" +#include "../../boost/noncopyable.hpp" namespace BEEV { - class CNFMgr + class CNFMgr : boost::noncopyable { private: