]> OCCT Git - occt-copy.git/commitdiff
0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_...
authorkgv <kgv@opencascade.com>
Thu, 21 Nov 2019 09:37:49 +0000 (12:37 +0300)
committerkgv <kgv@opencascade.com>
Thu, 21 Nov 2019 09:55:21 +0000 (12:55 +0300)
# Conflicts:
# src/NCollection/NCollection_IndexedMap.hxx

src/NCollection/NCollection_IndexedMap.hxx

index f9a150c06eba7deb45ebac113747defa8988c326..5a347fe7eaf2896a622dc0f8b8b1f40e41def95c 100644 (file)
@@ -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>
   {