Import: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 17:38:11 +02:00
committed by wwmayer
parent 51b924fd81
commit a0882fe64a
6 changed files with 5 additions and 6 deletions

View File

@@ -70,7 +70,6 @@ using namespace Import;
ExportOCAF::ExportOCAF(Handle(TDocStd_Document) h, bool explicitPlacement)
: pDoc(h)
, keepExplicitPlacement(explicitPlacement)
, filterBaseFeature(true)
{
aShapeTool = XCAFDoc_DocumentTool::ShapeTool(pDoc->Main());
aColorTool = XCAFDoc_DocumentTool::ColorTool(pDoc->Main());