Gui: modernize C++: use default member init
This commit is contained in:
@@ -376,10 +376,7 @@ void SoFCVectorizeSVGAction::initClass()
|
||||
SO_ACTION_INIT_CLASS(SoFCVectorizeSVGAction, SoVectorizeAction);
|
||||
}
|
||||
|
||||
SoFCVectorizeSVGAction::SoFCVectorizeSVGAction() :
|
||||
m_backgroundState(true),
|
||||
m_lineWidth(1.0),
|
||||
m_usemm(false)
|
||||
SoFCVectorizeSVGAction::SoFCVectorizeSVGAction()
|
||||
{
|
||||
SO_ACTION_CONSTRUCTOR(SoFCVectorizeSVGAction);
|
||||
this->setOutput(new SoSVGVectorOutput);
|
||||
|
||||
Reference in New Issue
Block a user