Mod: Fix mistakes in type system class names

This commit is contained in:
Benjamin Nauck
2025-01-27 15:58:37 +01:00
parent a619c2ffd9
commit 7c4ff290a8
16 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ namespace TechDraw
class TechDrawExport DrawComplexSection: public DrawViewSection
{
PROPERTY_HEADER_WITH_OVERRIDE(Part::DrawComplexSection);
PROPERTY_HEADER_WITH_OVERRIDE(TechDraw::DrawComplexSection);
public:
DrawComplexSection();