]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/list.h
Remove unnecessary destructors from exception classes
[libs/gltk.git] / source / list.h
index d6cb2b554d859dc04d32307c4bdd9ec6d90dcfdb..37d4d7a33201bdf80894508bd8ab8dd58a962fa2 100644 (file)
@@ -20,7 +20,6 @@ class MSPGLTK_API incompatible_data: public std::logic_error
 {
 public:
        incompatible_data(const std::type_info &);
-       virtual ~incompatible_data() throw() { }
 };