diff --git a/src/ifcgeom/mapping/IfcObjectPlacement.cpp b/src/ifcgeom/mapping/IfcObjectPlacement.cpp index c4f2f44b1f..499d9d787b 100644 --- a/src/ifcgeom/mapping/IfcObjectPlacement.cpp +++ b/src/ifcgeom/mapping/IfcObjectPlacement.cpp @@ -54,7 +54,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcObjectPlacement* inst) { } } #else - Logger::Warning("Using --site-local-placement or --building-local-placement on IFC4.2 might have issues") + Logger::Warning("Using --site-local-placement or --building-local-placement on IFC4.2 might have issues"); #endif } }