From eea07c2f60a0b27e7ecbefed0c306552e88b5082 Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 21 Nov 2019 12:37:49 +0300 Subject: [PATCH] 0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap # Conflicts: # src/NCollection/NCollection_IndexedMap.hxx --- 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 f9a150c06e..5a347fe7ea 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 {