throwing destructor to avoid looser throw specifier error within gcc

This commit is contained in:
nojhan 2012-03-16 10:28:25 +01:00
commit 8be94d95cf

View file

@ -98,6 +98,8 @@ public:
return ss.str().c_str();
}
~eoMissingParamException() throw() {}
private:
std::string _name;
};