X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fcontainer.h;fp=source%2Fcontainer.h;h=a0cba3b776f8ffe3fce88443775bff461304d85b;hp=adaee6f4bb02c17b021e6386e6eb988809c15051;hb=83f553a382ce554951594de85e4fd7b854305463;hpb=81c4024fb6acf37df702a803dc4efdf82a81525a diff --git a/source/container.h b/source/container.h index adaee6f..a0cba3b 100644 --- a/source/container.h +++ b/source/container.h @@ -14,7 +14,6 @@ class MSPGLTK_API hierarchy_error: public std::logic_error { public: hierarchy_error(const std::string &); - virtual ~hierarchy_error() throw() { } };