X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fmaputils.h;h=26b72cc29e7b1891e96e06552ebb67645f679ebb;hb=991fabc1956b73a4007859058fb44171000b452e;hp=88f47cd367b60c3e85d72d075e59370971295c79;hpb=8223c2aabe26469b6c580a223555496c5c5c5df5;p=libs%2Fcore.git diff --git a/source/core/maputils.h b/source/core/maputils.h index 88f47cd..26b72cc 100644 --- a/source/core/maputils.h +++ b/source/core/maputils.h @@ -47,7 +47,7 @@ public: runtime_error(make_what(typeid(T), MapUtilsInternal::stringify_key(k))) { } - virtual ~key_error() throw() { } + ~key_error() throw() override = default; private: static std::string make_what(const std::type_info &, const std::string &);