0024814: Avoid using explicit names of Handle classes
[occt.git] / src / IntSurf / IntSurf_Allocator.hxx
index 206f7fc..d3bdc9c 100755 (executable)
@@ -16,6 +16,6 @@
 
 #include <NCollection_BaseAllocator.hxx>
 
-typedef Handle_NCollection_BaseAllocator IntSurf_Allocator;
+typedef Handle(NCollection_BaseAllocator) IntSurf_Allocator;
 
 #endif