X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;fp=source%2Fstrings%2Fregex.h;h=bef5231e4b8a3cc3e1337da11ad682c94b9653db;hp=ed53009f920cf6b341d1891dbcc6d89ab3229aa6;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=f832af5e832a5be2804e5613a73e7cc75428956c diff --git a/source/strings/regex.h b/source/strings/regex.h index ed53009..bef5231 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -11,7 +11,7 @@ class bad_regex: public std::logic_error { public: bad_regex(const std::string &, const std::string &, const std::string::const_iterator &); - virtual ~bad_regex() throw() = default; + ~bad_regex() throw() override = default; private: std::string make_where(const std::string &, const std::string::const_iterator &);