From 957393c43515de4dcebb26bebf6805c146f83c20 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 19 Mar 2019 11:23:45 -0500 Subject: [PATCH] Compiler fix for 201110. --- libs/gtkmm2ext/gtkmm2ext/actions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gtkmm2ext/gtkmm2ext/actions.h b/libs/gtkmm2ext/gtkmm2ext/actions.h index 8eae2eeb6b..09d5df1ce2 100644 --- a/libs/gtkmm2ext/gtkmm2ext/actions.h +++ b/libs/gtkmm2ext/gtkmm2ext/actions.h @@ -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; -- 2.30.2