diff --git a/include/osmium/osm/crc.hpp b/include/osmium/osm/crc.hpp index 197e11bb..0019395d 100644 --- a/include/osmium/osm/crc.hpp +++ b/include/osmium/osm/crc.hpp @@ -198,6 +198,8 @@ namespace osmium { } } + // XXX Changeset id is not added to the CRC. This is an oversight, + // but we don't want to change this now to keep compatibility. void update(const osmium::OSMObject& object) noexcept { update_int64(static_cast(object.id())); update_bool(object.visible());