Import: DXF parser, fix macOS linker issue

This commit is contained in:
Furgo
2025-06-22 13:11:00 +02:00
parent a881d3633c
commit f8b0ceaac5

View File

@@ -3179,3 +3179,5 @@ Base::Color CDxfRead::ObjectColor(ColorIndex_t index)
return result;
}
// NOLINTEND(cppcoreguidelines-avoid-magic-numbers, readability-magic-numbers)
template void CDxfRead::UnsupportedFeature<>(const char*);