[llvm-commits] CVS: llvm/include/llvm/ADT/FoldingSet.h
Jim Laskey
jlaskey at apple.com
Fri Oct 27 15:52:16 PDT 2006
Changes in directory llvm/include/llvm/ADT:
FoldingSet.h updated: 1.2 -> 1.3
---
Log message:
Clean up
---
Diffs of the changes: (+2 -2)
FoldingSet.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/ADT/FoldingSet.h
diff -u llvm/include/llvm/ADT/FoldingSet.h:1.2 llvm/include/llvm/ADT/FoldingSet.h:1.3
--- llvm/include/llvm/ADT/FoldingSet.h:1.2 Fri Oct 27 13:05:12 2006
+++ llvm/include/llvm/ADT/FoldingSet.h Fri Oct 27 17:52:02 2006
@@ -118,7 +118,7 @@
public:
FoldingSetImpl();
- ~FoldingSetImpl();
+ virtual ~FoldingSetImpl();
// Forward declaration.
class Node;
@@ -245,7 +245,7 @@
}
};
-}; // End of namespace llvm.
+} // End of namespace llvm.
#endif
More information about the llvm-commits
mailing list