diff options
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 2d68d3f39..e2662eb45 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -36,12 +36,6 @@ class Film; -struct ContentSorter -{ - bool operator() (std::shared_ptr<Content> a, std::shared_ptr<Content> b); -}; - - /** @class Playlist * @brief A set of Content objects with knowledge of how they should be arranged into * a DCP. @@ -49,7 +43,8 @@ struct ContentSorter class Playlist { public: - Playlist (); + Playlist() = default; + ~Playlist (); Playlist (Playlist const&) = delete; |
