fix warning -Winconsistent-missing-override
This commit is contained in:
@@ -34,7 +34,7 @@ namespace PartDesign
|
||||
|
||||
class PartDesignExport Point : public Part::Datum
|
||||
{
|
||||
PROPERTY_HEADER(PartDesign::Point);
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(PartDesign::Point);
|
||||
|
||||
public:
|
||||
Point();
|
||||
|
||||
Reference in New Issue
Block a user