aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/ADT/FoldingSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/FoldingSet.h b/include/llvm/ADT/FoldingSet.h
index 2e74f2c8c1..2a7b802981 100644
--- a/include/llvm/ADT/FoldingSet.h
+++ b/include/llvm/ADT/FoldingSet.h
@@ -106,7 +106,7 @@ namespace llvm {
/// back to the bucket to facilitate node removal.
///
class FoldingSetImpl {
-private:
+protected:
/// Buckets - Array of bucket chains.
///
void **Buckets;