summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-03-19 11:23:45 -0500
committerBen Loftis <ben@harrisonconsoles.com>2019-03-19 11:24:26 -0500
commit957393c43515de4dcebb26bebf6805c146f83c20 (patch)
tree647f7a787ec2825478c8b4d770abef30219afb4f /libs/gtkmm2ext
parent4667ca962ba0df86b34e84ff0de9d5398a04518e (diff)
Compiler fix for 201110.
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/actions.h1
1 files changed, 1 insertions, 0 deletions
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;