1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap

# Conflicts:
#	src/NCollection/NCollection_IndexedMap.hxx
This commit is contained in:
kgv 2019-11-21 12:37:49 +03:00
parent 9cee51b43b
commit eea07c2f60

View 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>
{