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/mode.cpp')
-rw-r--r--search/mode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/mode.cpp b/search/mode.cpp
index d511d8987c..96de4dc280 100644
--- a/search/mode.cpp
+++ b/search/mode.cpp
@@ -2,7 +2,7 @@
namespace search
{
-string DebugPrint(Mode mode)
+std::string DebugPrint(Mode mode)
{
switch (mode)
{