X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmaputils.h;h=9548714658d806fad41614357bc0e60fa8444cdf;hp=1b36c69569b6973992d381c7d39060e412341c89;hb=933356a36607f5d4480172e285071d4d7dfc5a7b;hpb=8642ac1b4478419630911a51a53fe8ef5fb46647 diff --git a/source/core/maputils.h b/source/core/maputils.h index 1b36c69..9548714 100644 --- a/source/core/maputils.h +++ b/source/core/maputils.h @@ -10,6 +10,7 @@ class key_error: public std::runtime_error { public: key_error(const std::type_info &); + ~key_error() throw() { } };