mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user