aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-10-27 22:52:02 +0000
committerJim Laskey <jlaskey@mac.com>2006-10-27 22:52:02 +0000
commit2f6d4c9766e920602326cfe26f5985077156d890 (patch)
tree0b679f8bcdf1f00feb07c1ebc4f9e9e2e72cb678
parentca403272f4c8fc0a28ad17c74df2ea001cf8e151 (diff)
downloadexternal_llvm-2f6d4c9766e920602326cfe26f5985077156d890.tar.gz
external_llvm-2f6d4c9766e920602326cfe26f5985077156d890.tar.bz2
external_llvm-2f6d4c9766e920602326cfe26f5985077156d890.zip
Clean up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31238 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/FoldingSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/FoldingSet.h b/include/llvm/ADT/FoldingSet.h
index eb361e9ed2..6b0463365a 100644
--- a/include/llvm/ADT/FoldingSet.h
+++ b/include/llvm/ADT/FoldingSet.h
@@ -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