0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_...
authorosa <osa@opencascade.com>
Mon, 22 Oct 2018 08:32:46 +0000 (11:32 +0300)
committerosa <osa@opencascade.com>
Mon, 22 Oct 2018 08:32:46 +0000 (11:32 +0300)
src/NCollection/NCollection_IndexedMap.hxx

index 6f4da8f..875068d 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>
   {