mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap
This commit is contained in:
parent
cb6a45e318
commit
b49b181901
@ -44,7 +44,7 @@ public:
|
|||||||
//! STL-compliant typedef for key type
|
//! STL-compliant typedef for key type
|
||||||
typedef TheKeyType key_type;
|
typedef TheKeyType key_type;
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
//! Adaptation of the TListNode to the INDEXEDmap
|
//! Adaptation of the TListNode to the INDEXEDmap
|
||||||
class IndexedMapNode : public NCollection_TListNode<TheKeyType>
|
class IndexedMapNode : public NCollection_TListNode<TheKeyType>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user