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

This commit is contained in:
osa 2018-10-22 11:32:46 +03:00
parent cb6a45e318
commit b49b181901

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