X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Ffmt.h;h=45ae91749c5e3b51ae19b1ebc4dbec8d1627f4d5;hp=98e7e64dd111582d2532aa21adf7efc28e758183;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=122846f0881673770d88eff7d925ecf25c01b62e diff --git a/source/strings/fmt.h b/source/strings/fmt.h index 98e7e64..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() { } + ~format_error() throw() override = default; };