0025128: Memory leak in BOPDS_DS::Paves()
[occt.git] / src / BOPDS / BOPDS_MapOfPave.hxx
index cbe083a..d445e38 100644 (file)
@@ -20,6 +20,6 @@
 #include <BOPDS_Pave.hxx>
 
 typedef NCollection_Map<BOPDS_Pave, BOPDS_PaveMapHasher> BOPDS_MapOfPave; 
-typedef BOPDS_MapOfPave::Iterator BOPDS_MapIteratorMapOfPave;  
+typedef BOPDS_MapOfPave::Iterator BOPDS_MapIteratorOfMapOfPave;
 
 #endif