LGTM: [skip ci] fix: Inconsistent definition of copy constructor and assignment ('Rule of Two')
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
protected:
|
||||
GeometryExtension();
|
||||
GeometryExtension(const GeometryExtension &obj) = default;
|
||||
GeometryExtension& operator= (const GeometryExtension &obj) = default;
|
||||
|
||||
void restoreNameAttribute(Base::XMLReader &/*reader*/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user