X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Ffmt.h;h=45ae91749c5e3b51ae19b1ebc4dbec8d1627f4d5;hb=4ad05c650c55e3edccea887d15b26f41cdf60fb6;hp=3c1db9d3e3c37c14f76ad6a7cba166925f00a26f;hpb=99b9121e2158603372c7313400283b622e6754d8;p=libs%2Fcore.git diff --git a/source/strings/fmt.h b/source/strings/fmt.h index 3c1db9d..45ae917 100644 --- a/source/strings/fmt.h +++ b/source/strings/fmt.h @@ -11,7 +11,7 @@ class format_error: public std::logic_error { public: format_error(const std::string &w): std::logic_error(w) { } - virtual ~format_error() throw() = default; + ~format_error() throw() override = default; };