diff --git a/src/Mod/TechDraw/App/Cosmetic.h b/src/Mod/TechDraw/App/Cosmetic.h index c53667dfdb..33858810dc 100644 --- a/src/Mod/TechDraw/App/Cosmetic.h +++ b/src/Mod/TechDraw/App/Cosmetic.h @@ -31,7 +31,6 @@ #include "Geometry.h" - class TopoDS_Edge; namespace TechDraw { @@ -44,7 +43,7 @@ class TechDrawExport LineFormat public: LineFormat(int style = getDefEdgeStyle(), double weight = getDefEdgeWidth(), - App::Color color = getDefEdgeWidth(), + App::Color color = getDefEdgeColor(), bool visible = true); ~LineFormat() = default;