Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-08-04 09:09:54 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-08-04 09:09:54 +0300
commit021a94715c3e9dd343fef8248b46e7448aa2d7de (patch)
tree5dfe6d455f41fa46445922f334751af446eb4bcc /indexer/altitude_loader.hpp
parentd90fbb6c9fe7a1ea3afcdb976f48d4f4316fcde3 (diff)
Implementing better logging in case of errors.
Diffstat (limited to 'indexer/altitude_loader.hpp')
-rw-r--r--indexer/altitude_loader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/altitude_loader.hpp b/indexer/altitude_loader.hpp
index ff76fd9ba9..0586fa2d33 100644
--- a/indexer/altitude_loader.hpp
+++ b/indexer/altitude_loader.hpp
@@ -4,6 +4,7 @@
#include "coding/memory_region.hpp"
+#include "std/string.hpp"
#include "std/unique_ptr.hpp"
#include "std/vector.hpp"
@@ -32,5 +33,6 @@ private:
unique_ptr<FilesContainerR::TReader> m_reader;
map<uint32_t, TAltitudes> m_cache;
AltitudeHeader m_header;
+ string m_countryFileName;
};
} // namespace feature