X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffs%2Fdir.h;h=bef89c6d72e1e160072be098450c8641bb0ec00a;hb=991fabc1956b73a4007859058fb44171000b452e;hp=c0a1c7460324f3163715d5c119b0fea701b3517e;hpb=44da9fc9afb6b7e49c1558c5572213a1e6f401e8;p=libs%2Fcore.git diff --git a/source/fs/dir.h b/source/fs/dir.h index c0a1c74..bef89c6 100644 --- a/source/fs/dir.h +++ b/source/fs/dir.h @@ -13,7 +13,7 @@ class not_a_directory: public std::runtime_error { public: not_a_directory(const Path &); - virtual ~not_a_directory() throw() { } + ~not_a_directory() throw() override = default; }; /// Creates a directory