]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix the build.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 24 Jun 2010 14:36:08 +0000 (14:36 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 24 Jun 2010 14:36:08 +0000 (14:36 +0000)
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

index 2e368d3758eaecad00ce343471aefb786fcb75f6..4f7ca98ec22cbeef9bf3a3d2abd30074795c6a5b 100644 (file)
@@ -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.