pass ProxySongList around since it already has shared_ptr inside

This commit is contained in:
Andrzej Rybczak
2012-09-16 07:13:54 +02:00
parent ddd18681ba
commit 48cf01f084
19 changed files with 83 additions and 89 deletions

View File

@@ -44,7 +44,7 @@ struct Searchable
struct HasSongs
{
virtual std::shared_ptr<ProxySongList> getProxySongList() = 0;
virtual ProxySongList proxySongList() = 0;
virtual bool allowsSelection() = 0;
virtual void reverseSelection() = 0;