Use underscore plugin artifact names

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-09 09:52:17 +02:00
parent c818f48a47
commit a441757080
26 changed files with 46 additions and 35 deletions
+1 -1
View File
@@ -73,10 +73,10 @@ public:
private:
struct entry {
ifcopenshell::plugin::module module_;
geometry_serializer_info info_;
create_fn create_;
configure_fn configure_;
ifcopenshell::plugin::module module_;
};
friend SERIALIZERS_API bool load_geometry_serializer_plugin(geometry_serializer_registry& registry, const std::string& extension);