mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -54,7 +54,7 @@ private:
|
||||
TopTools_MutexForShapeProvider & operator = (const TopTools_MutexForShapeProvider &);
|
||||
|
||||
|
||||
NCollection_DataMap<Handle_TopoDS_TShape, Standard_Mutex *> myMap;
|
||||
NCollection_DataMap<Handle(TopoDS_TShape), Standard_Mutex *> myMap;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user