1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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 867f2bacb3
commit 1de0e90fa4

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