From 9d312ab208f797a69c8366f4a961d6cb3228cecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 00:02:09 +0100 Subject: PlaylistFile: reuse classes PlaylistInfo and PlaylistVector .. instead of rolling own classes. --- src/PlaylistInfo.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PlaylistInfo.hxx') diff --git a/src/PlaylistInfo.hxx b/src/PlaylistInfo.hxx index a50cdd44..96e4f6db 100644 --- a/src/PlaylistInfo.hxx +++ b/src/PlaylistInfo.hxx @@ -50,6 +50,8 @@ struct PlaylistInfo { } }; + PlaylistInfo() = default; + template PlaylistInfo(N &&_name, time_t _mtime) :name(std::forward(_name)), mtime(_mtime) {} -- cgit v1.2.3