Skip to content

Commit 8cb1099

Browse files
committed
popo
1 parent 4c7c0aa commit 8cb1099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/SMESH_IndexedMap.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ template <class TheKeyType> class SMESH_IndexedMap
127127
SMESH_IndexedMap (const Standard_Integer NbBuckets=1,
128128
const Handle(NCollection_BaseAllocator)& theAllocator=0L) :
129129
NCollection_IndexedMap<TheKeyType>(theAllocator),
130-
NCollection_BaseMap (NbBuckets, Standard_False) {}
130+
NCollection_BaseMap (NbBuckets, Standard_False, theAllocator) {}
131131

132132
//! Copy constructor
133133
SMESH_IndexedMap (const SMESH_IndexedMap& theOther) :

0 commit comments

Comments
 (0)