diff --git a/src/Mod/TechDraw/App/DrawGeomHatch.h b/src/Mod/TechDraw/App/DrawGeomHatch.h index d20c487eb3..7104200a6c 100644 --- a/src/Mod/TechDraw/App/DrawGeomHatch.h +++ b/src/Mod/TechDraw/App/DrawGeomHatch.h @@ -46,7 +46,7 @@ class DashSet; class TechDrawExport DrawGeomHatch : public App::DocumentObject { - PROPERTY_HEADER(TechDraw::DrawGeomHatch); + PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawGeomHatch); public: DrawGeomHatch(); diff --git a/src/Mod/TechDraw/App/DrawHatch.h b/src/Mod/TechDraw/App/DrawHatch.h index 7ed4d8b647..4859fcf6ee 100644 --- a/src/Mod/TechDraw/App/DrawHatch.h +++ b/src/Mod/TechDraw/App/DrawHatch.h @@ -34,7 +34,7 @@ class DrawViewPart; class TechDrawExport DrawHatch : public App::DocumentObject { - PROPERTY_HEADER(TechDraw::DrawHatch); + PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawHatch); public: DrawHatch();