0024814: Avoid using explicit names of Handle classes
[occt.git] / src / BinLDrivers / BinLDrivers_DocumentStorageDriver.cxx
index 43ba2e3..e980368 100644 (file)
@@ -474,7 +474,7 @@ void BinLDrivers_DocumentStorageDriver::AddSection
 
 void BinLDrivers_DocumentStorageDriver::WriteSection
                                 (const TCollection_AsciiString& /*theName*/,
-                                 const Handle_CDM_Document&     /*theDocument*/,
+                                 const Handle(CDM_Document)&     /*theDocument*/,
                                  Standard_OStream&              /*theOS*/)
 {
   // empty; should be redefined in subclasses