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