diff --git a/lib/ERMInterpreter.cpp b/lib/ERMInterpreter.cpp index f2fbdfd04..b828eacf7 100644 --- a/lib/ERMInterpreter.cpp +++ b/lib/ERMInterpreter.cpp @@ -30,7 +30,7 @@ namespace VERMInterpreter public: ESymbolNotFound(const std::string & sym) : problem(std::string("Symbol ") + sym + std::string(" not found!")) {} - + ~ESymbolNotFound() throw(); const char * what() const throw() OVERRIDE { return problem.c_str();