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:
authorMaxim Pimenov <m@maps.me>2016-02-03 17:00:01 +0300
committerMaxim Pimenov <m@maps.me>2016-02-03 17:52:55 +0300
commit6d52e521bc87fede597d7d89d40a32f98d3af74d (patch)
treed16da2d9489b49445a3872834c0678aec4eb8a2b /search/result.hpp
parent9952909dcbbfa0b35049d34b356241aa2d9568f1 (diff)
[search] Added more alohalytics stats for search results.
Diffstat (limited to 'search/result.hpp')
-rw-r--r--search/result.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/search/result.hpp b/search/result.hpp
index f5a5f7334b..f466e81582 100644
--- a/search/result.hpp
+++ b/search/result.hpp
@@ -187,4 +187,6 @@ struct AddressInfo
void Clear();
};
-}
+string DebugPrint(search::Result const &);
+
+} // namespace search