X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmaputils.h;h=26b72cc29e7b1891e96e06552ebb67645f679ebb;hp=88f47cd367b60c3e85d72d075e59370971295c79;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=8223c2aabe26469b6c580a223555496c5c5c5df5 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 &);