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/exception.hpp')
-rw-r--r--base/exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/exception.hpp b/base/exception.hpp
index 87be96775e..41b614e236 100644
--- a/base/exception.hpp
+++ b/base/exception.hpp
@@ -32,7 +32,7 @@ private:
class exception_name : public base_exception \
{ \
public: \
- exception_name(char const * what, string const & msg) : base_exception(what, msg) {} \
+ exception_name(char const * what, std::string const & msg) : base_exception(what, msg) {} \
}
// TODO: Use SRC_LOGGING macro.