Gui: modernize C++: use equals default
This commit is contained in:
@@ -137,9 +137,7 @@ public:
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
SoSVGVectorOutput::SoSVGVectorOutput()
|
||||
{
|
||||
}
|
||||
SoSVGVectorOutput::SoSVGVectorOutput() = default;
|
||||
|
||||
SoSVGVectorOutput::~SoSVGVectorOutput()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user