]> OCCT Git - occt.git/commitdiff
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 6f4da8f4e94ec06b86da638682e5547595f375e5..875068d83c5c3bda49f636134f4017251148e323 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>
   {