diff --git a/src/serializers/schema_dependent/JsonSerializer.cpp b/src/serializers/schema_dependent/JsonSerializer.cpp index 10628afb67..656112e6fe 100644 --- a/src/serializers/schema_dependent/JsonSerializer.cpp +++ b/src/serializers/schema_dependent/JsonSerializer.cpp @@ -48,6 +48,8 @@ void MAKE_INIT_FN(JsonSerializer)(JsonSerializerFactory::Factory* mapping) { mapping->bind(schema_name, factory); } +namespace { + class format_value_visitor : public boost::static_visitor { public: template @@ -254,6 +256,8 @@ IfcSchema::IfcUnit* get_unit_from_prop(const IfcSchema::IfcProperty* prop) { return nullptr; } +} // namespace + void POSTFIX_SCHEMA(JsonSerializer)::finalize() { json output;