forked from organicmaps/organicmaps-tmp
Declare RootException::Msg() throw().
This commit is contained in:
parent
4d6fabbf36
commit
be22544ed6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
return msg.c_str();
|
||||
}
|
||||
|
||||
string const & Msg() const
|
||||
string const & Msg() const throw()
|
||||
{
|
||||
return m_Msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue