X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fpath.h;h=30fe683eabafff9f64b8841f8706ea4cde8be341;hb=178c4490f6dde563d80fb2bc483b5c9e8a538ea9;hp=9cc0dc243e32900bf869dc92df85a1ddea268251;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/fs/path.h b/source/fs/path.h index 9cc0dc2..30fe683 100644 --- a/source/fs/path.h +++ b/source/fs/path.h @@ -70,7 +70,7 @@ private: PositionArray separators; public: - Path(); + Path() = default; Path(const std::string &); Path(const char *p): Path(std::string(p)) { }