From: kgv Date: Thu, 21 Nov 2019 09:37:49 +0000 (+0300) Subject: 0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=eea07c2f60a0b27e7ecbefed0c306552e88b5082;p=occt-copy.git 0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap # Conflicts: # src/NCollection/NCollection_IndexedMap.hxx --- 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 {