get rid of this awful casting to List *
This commit is contained in:
@@ -42,9 +42,10 @@ class Browser : public Screen< Menu<MPD::Item> >
|
||||
|
||||
virtual bool allowsSelection() { return true; }
|
||||
virtual void ReverseSelection();
|
||||
virtual bool Deselect() { return w->Deselect(); }
|
||||
virtual void GetSelectedSongs(MPD::SongList &);
|
||||
|
||||
virtual List *GetList() { return w; }
|
||||
|
||||
const std::string &CurrentDir() { return itsBrowsedDir; }
|
||||
|
||||
void GetDirectory(std::string, std::string = "/");
|
||||
|
||||
Reference in New Issue
Block a user