We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7c0aa commit 8cb1099Copy full SHA for 8cb1099
inc/SMESH_IndexedMap.hxx
@@ -127,7 +127,7 @@ template <class TheKeyType> class SMESH_IndexedMap
127
SMESH_IndexedMap (const Standard_Integer NbBuckets=1,
128
const Handle(NCollection_BaseAllocator)& theAllocator=0L) :
129
NCollection_IndexedMap<TheKeyType>(theAllocator),
130
- NCollection_BaseMap (NbBuckets, Standard_False) {}
+ NCollection_BaseMap (NbBuckets, Standard_False, theAllocator) {}
131
132
//! Copy constructor
133
SMESH_IndexedMap (const SMESH_IndexedMap& theOther) :
0 commit comments