Part: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 23:18:03 +02:00
committed by wwmayer
parent 40042573eb
commit 57057b5840
27 changed files with 48 additions and 91 deletions

View File

@@ -60,7 +60,6 @@ void SoBrepPointSet::initClass()
SoBrepPointSet::SoBrepPointSet()
: selContext(std::make_shared<SelContext>())
, selContext2(std::make_shared<SelContext>())
, packedColor(0)
{
SO_NODE_CONSTRUCTOR(SoBrepPointSet);
}