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 'base/newtype.hpp')
-rw-r--r--base/newtype.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/newtype.hpp b/base/newtype.hpp
index f9306c3ae7..f17194e779 100644
--- a/base/newtype.hpp
+++ b/base/newtype.hpp
@@ -146,7 +146,7 @@ namespace newtype_default_output
template <typename Type, typename Tag>
string SimpleDebugPrint(NewType<Type, Tag> const & nt)
{
- return DebugPrint(nt.Get());
+ return ::DebugPrint(nt.Get());
}
} // namespace newtype_default_output
} // namespace my