diff options
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 0b928fe51..5346dd5e7 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -52,11 +52,10 @@ struct ContentSorter bool operator() (boost::shared_ptr<Content> a, boost::shared_ptr<Content> b); }; -class Playlist +class Playlist : public boost::noncopyable { public: Playlist (); - Playlist (boost::shared_ptr<const Playlist>); ~Playlist (); void as_xml (xmlpp::Node *); |
