Gui: modernize C++: use default member init
This commit is contained in:
@@ -46,7 +46,7 @@ SO_NODE_ABSTRACT_SOURCE(SoFCColorBarBase)
|
||||
/*!
|
||||
Constructor.
|
||||
*/
|
||||
SoFCColorBarBase::SoFCColorBarBase() : _boxWidth(-1.0f), _windowSize(0,0)
|
||||
SoFCColorBarBase::SoFCColorBarBase() : _windowSize(0,0)
|
||||
{
|
||||
SO_NODE_CONSTRUCTOR(SoFCColorBarBase);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user