From 7053aa9b05f188eccaa5e27f233feac1479c884d Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Thu, 24 Jun 2010 14:36:08 +0000 Subject: [PATCH] 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 --- src/simplifier/SubstitutionMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3