]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Change a reference to a regular variable. This fixes an intermittent valgrind warning...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 05:32:17 +0000 (05:32 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 05:32:17 +0000 (05:32 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@673 e59a4935-1847-0410-ae03-e826735625c1

src/parser/LetMgr.h

index e63a224fcbb80d0d83780ba04544f38bc5ed9f95..78ce39ca5e3f1856fbaefedcc1ddbcbfb9643c2e 100644 (file)
@@ -18,7 +18,7 @@ namespace BEEV
   {
   private:
 
-    const ASTNode& ASTUndefined;
+    const ASTNode ASTUndefined;
 
        // MAP: This map is from bound IDs that occur in LETs to
     // expression. The map is useful in checking replacing the IDs