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:
parent
9cee51b43b
commit
eea07c2f60
@ -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>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user