llvm-svn: 31238
This commit is contained in:
Jim Laskey 2006-10-27 22:52:02 +00:00
parent 7e5af6808c
commit c6b12bd2b1
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ private:
public:
FoldingSetImpl();
~FoldingSetImpl();
virtual ~FoldingSetImpl();
// Forward declaration.
class Node;
@ -245,7 +245,7 @@ public:
}
};
}; // End of namespace llvm.
} // End of namespace llvm.
#endif