More noncopyable.
[dcpomatic.git] / src / lib / playlist.h
index 0b928fe51e46b27378a3aab87284a0221cae920f..5346dd5e7488591d7aabbfb7f722e0946e71c8dd 100644 (file)
@@ -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 *);