13
0

Compiler fix for 201110.

This commit is contained in:
Ben Loftis 2019-03-19 11:23:45 -05:00
parent 4667ca962b
commit 957393c435

View File

@ -55,6 +55,7 @@ namespace ActionManager {
class LIBGTKMM2EXT_API MissingActionException : public std::exception {
public:
MissingActionException (std::string const & str);
~MissingActionException() throw() {}
const char *what() const throw();
private:
std::string missing_action_name;