get rid of this awful casting to List *
This commit is contained in:
@@ -43,9 +43,10 @@ class MediaLibrary : public Screen<Window>
|
||||
|
||||
virtual bool allowsSelection() { return w == Songs; }
|
||||
virtual void ReverseSelection() { Songs->ReverseSelection(); }
|
||||
virtual bool Deselect() { return Songs->Deselect(); }
|
||||
virtual void GetSelectedSongs(MPD::SongList &);
|
||||
|
||||
virtual List *GetList();
|
||||
|
||||
void NextColumn();
|
||||
void PrevColumn();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user