From 156d0ecc0cfc1a384fce37b9195e2124472c8532 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 12 Sep 2015 09:02:41 -0700 Subject: [PATCH] Restored useful comment. --- generator/osm_o5m_source.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/osm_o5m_source.hpp b/generator/osm_o5m_source.hpp index c1a6f49987..d70e91b502 100644 --- a/generator/osm_o5m_source.hpp +++ b/generator/osm_o5m_source.hpp @@ -1,3 +1,4 @@ +// See O5M Format definition at http://wiki.openstreetmap.org/wiki/O5m #pragma once #include "std/algorithm.hpp"