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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to