diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
| commit | bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c (patch) | |
| tree | 1038f16144cfe58995e31650925f066b67fda677 /src/lib/playlist.h | |
| parent | e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff) | |
More noncopyable.
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 *); |
