PVS: V730 Not all members of a class are initialized inside the constructor
This commit is contained in:
@@ -898,12 +898,11 @@ TYPESYSTEM_SOURCE(App::PropertyLinkSubHidden, App::PropertyLinkSub)
|
||||
|
||||
|
||||
PropertyLinkSub::PropertyLinkSub()
|
||||
:_pcLinkSub(0)
|
||||
: _pcLinkSub(0), _restoreLabel(false)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
PropertyLinkSub::~PropertyLinkSub()
|
||||
{
|
||||
//in case this property is dynamically removed
|
||||
|
||||
Reference in New Issue
Block a user