Coverity: Uninitialized scalar/pointer field
This commit is contained in:
@@ -72,8 +72,9 @@ void SoBrepPointSet::initClass()
|
||||
}
|
||||
|
||||
SoBrepPointSet::SoBrepPointSet()
|
||||
:selContext(std::make_shared<SelContext>())
|
||||
,selContext2(std::make_shared<SelContext>())
|
||||
: selContext(std::make_shared<SelContext>())
|
||||
, selContext2(std::make_shared<SelContext>())
|
||||
, packedColor(0)
|
||||
{
|
||||
SO_NODE_CONSTRUCTOR(SoBrepPointSet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user