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-08-17 17:46:35 +0300
committerMaxim Pimenov <m@maps.me>2016-08-26 11:29:18 +0300
commit1e1db9145d780fcd22585dedd66d29c44a50a2ef (patch)
treed3b7fa78ef5d9ba945e9f8e4bdd80ac71cbc138e /storage
parent27047e77bbbe00d1f134dd7d0ca7642b85da6577 (diff)
Another fix and a test.
Diffstat (limited to 'storage')
-rw-r--r--storage/downloader_search_params.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/downloader_search_params.hpp b/storage/downloader_search_params.hpp
index fee97e081f..1b7d4cc981 100644
--- a/storage/downloader_search_params.hpp
+++ b/storage/downloader_search_params.hpp
@@ -52,4 +52,9 @@ struct DownloaderSearchParams
string m_query;
string m_inputLocale;
};
+
+inline string DebugPrint(DownloaderSearchResult const & r)
+{
+ return "(" + r.m_countryId + " " + r.m_matchedName + ")";
+}
} // namespace storage