Compiler fix for 201110.
authorBen Loftis <ben@harrisonconsoles.com>
Tue, 19 Mar 2019 16:23:45 +0000 (11:23 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Tue, 19 Mar 2019 16:24:26 +0000 (11:24 -0500)
libs/gtkmm2ext/gtkmm2ext/actions.h

index 8eae2eeb6b143b0dafad2c2ae09d9897c97fd896..09d5df1ce2037f150e3d6a59198c74518ade838d 100644 (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;