From: trevor_hansen Date: Thu, 24 Jun 2010 14:36:08 +0000 (+0000) Subject: Fix the build. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7053aa9b05f188eccaa5e27f233feac1479c884d;p=francis%2Fstp.git Fix the build. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@879 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/simplifier/SubstitutionMap.cpp b/src/simplifier/SubstitutionMap.cpp index 2e368d3..4f7ca98 100644 --- a/src/simplifier/SubstitutionMap.cpp +++ b/src/simplifier/SubstitutionMap.cpp @@ -149,7 +149,7 @@ ASTNode SubstitutionMap::CreateSubstitutionMap(const ASTNode& a, ArrayTransform ASTNode SubstitutionMap::applySubstitutionMap(const ASTNode& n) { ASTNodeMap cache; - return replace(n,SolverMap,cache); + return replace(n,*SolverMap,cache); } // NOTE the fromTo map is changed as we traverse downwards.