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:
Diffstat (limited to 'search/result.cpp')
-rw-r--r--search/result.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/search/result.cpp b/search/result.cpp
index 0fad1be9e5..6a9a00f3cc 100644
--- a/search/result.cpp
+++ b/search/result.cpp
@@ -319,10 +319,10 @@ string DebugPrint(AddressInfo const & info)
return info.FormatNameAndAddress();
}
-string DebugPrint(Result const & r)
+string DebugPrint(Result const & result)
{
- return "Result { Name: " + r.GetString() + "; Type: " + r.GetFeatureType() +
- "; Info: " + DebugPrint(r.GetRankingInfo()) + " }";
+ return "Result { Name: " + result.GetString() + "; Type: " + result.GetFeatureType() +
+ "; Info: " + DebugPrint(result.GetRankingInfo()) + " }";
}
} // namespace search