Gui: modernize C++: use default member init
This commit is contained in:
@@ -180,7 +180,7 @@ SO_NODE_SOURCE(SoGLWidgetNode)
|
||||
/*!
|
||||
Constructor.
|
||||
*/
|
||||
SoGLWidgetNode::SoGLWidgetNode() : window(nullptr)
|
||||
SoGLWidgetNode::SoGLWidgetNode()
|
||||
{
|
||||
SO_NODE_CONSTRUCTOR(SoGLWidgetNode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user