mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Added missing throw().
This commit is contained in:
@@ -30,7 +30,7 @@ namespace VERMInterpreter
|
|||||||
public:
|
public:
|
||||||
ESymbolNotFound(const std::string & sym) : problem(std::string("Symbol ") + sym + std::string(" not found!"))
|
ESymbolNotFound(const std::string & sym) : problem(std::string("Symbol ") + sym + std::string(" not found!"))
|
||||||
{}
|
{}
|
||||||
|
~ESymbolNotFound() throw();
|
||||||
const char * what() const throw() OVERRIDE
|
const char * what() const throw() OVERRIDE
|
||||||
{
|
{
|
||||||
return problem.c_str();
|
return problem.c_str();
|
||||||
|
Reference in New Issue
Block a user