Gui: modernize C++: use equals default
This commit is contained in:
@@ -72,9 +72,7 @@ SoFCBackgroundGradient::SoFCBackgroundGradient()
|
||||
/*!
|
||||
Destructor.
|
||||
*/
|
||||
SoFCBackgroundGradient::~SoFCBackgroundGradient()
|
||||
{
|
||||
}
|
||||
SoFCBackgroundGradient::~SoFCBackgroundGradient() = default;
|
||||
|
||||
// doc from parent
|
||||
void SoFCBackgroundGradient::initClass()
|
||||
|
||||
Reference in New Issue
Block a user