get rid of this awful casting to List *
This commit is contained in:
@@ -52,9 +52,10 @@ class BasicScreen
|
||||
|
||||
virtual bool allowsSelection() = 0;
|
||||
virtual void ReverseSelection() { }
|
||||
virtual bool Deselect() { return false; }
|
||||
virtual void GetSelectedSongs(MPD::SongList &) { }
|
||||
|
||||
virtual List *GetList() = 0;
|
||||
|
||||
bool hasToBeResized;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user