Closed dg0yt closed 3 months ago
Is
file_format_registry.cpp
missing?
It is unclear if this is intentional... As mentioned before, we should have an exclusion list instead.
kml_course_export
,iof_course_export
should rather have a .cpp
It is a simple pattern match. No .cpp required. In fact some patterns are intentionally short. We could have course_export
.
Or we could have fileformats/
.
Another observation for various fixes: In kml_course_export.h the
#ifndef OPENORIENTEERING_KML_EXPORT_EXPORT_H
should rather be#ifndef OPENORIENTEERING_KML_COURSE_EXPORT_H
Addressed by #2265
Another observation for various fixes: In kml_course_export.h the
#ifndef OPENORIENTEERING_KML_EXPORT_EXPORT_H
should rather be#ifndef OPENORIENTEERING_KML_COURSE_EXPORT_H