From a11d0f6310dad2d85be5210704edaed981475ea9 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 6 Sep 2018 14:04:09 +0300 Subject: [PATCH] Review fixes. --- routing/city_roads_loader.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/routing/city_roads_loader.hpp b/routing/city_roads_loader.hpp index 98b07f09a0..b3907d34f5 100644 --- a/routing/city_roads_loader.hpp +++ b/routing/city_roads_loader.hpp @@ -34,6 +34,7 @@ struct CityRoadsHeader } uint16_t m_version = 0; + // Field |m_endianness| is reserved for endianness of the section. uint16_t m_endianness = 0; uint32_t m_dataSize = 0; };