From b49b181901ee3cde623f92547b78194a6bef1d29 Mon Sep 17 00:00:00 2001
From: osa <osa@opencascade.com>
Date: Mon, 22 Oct 2018 11:32:46 +0300
Subject: [PATCH] 0030278: Foundation Classes - make IndexedMapNode as
 protected inside of NCollection_IndexedMap

---
 src/NCollection/NCollection_IndexedMap.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/NCollection/NCollection_IndexedMap.hxx b/src/NCollection/NCollection_IndexedMap.hxx
index 6f4da8f4e9..875068d83c 100644
--- a/src/NCollection/NCollection_IndexedMap.hxx
+++ b/src/NCollection/NCollection_IndexedMap.hxx
@@ -44,7 +44,7 @@ public:
   //! STL-compliant typedef for key type
   typedef TheKeyType key_type;
 
-private:
+protected:
   //! Adaptation of the TListNode to the INDEXEDmap
   class IndexedMapNode : public NCollection_TListNode<TheKeyType>
   {