From: osa Date: Mon, 22 Oct 2018 08:32:46 +0000 (+0300) Subject: 0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_... X-Git-Tag: V7_4_0_beta~361 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b49b181901ee3cde623f92547b78194a6bef1d29;p=occt.git 0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap --- 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 {