X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmaputils.h;h=26b72cc29e7b1891e96e06552ebb67645f679ebb;hb=4ad05c650c55e3edccea887d15b26f41cdf60fb6;hp=7eae13471accbff5f67803bb1818af6c78b052f5;hpb=99b9121e2158603372c7313400283b622e6754d8;p=libs%2Fcore.git diff --git a/source/core/maputils.h b/source/core/maputils.h index 7eae134..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() = default; + ~key_error() throw() override = default; private: static std::string make_what(const std::type_info &, const std::string &);