]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/dir.h
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / fs / dir.h
index c0a1c7460324f3163715d5c119b0fea701b3517e..fa2793a15532f04943a5d827ac8e4647c766e390 100644 (file)
@@ -13,7 +13,7 @@ class not_a_directory: public std::runtime_error
 {
 public:
        not_a_directory(const Path &);
-       virtual ~not_a_directory() throw() { }
+       virtual ~not_a_directory() throw() = default;
 };
 
 /// Creates a directory