media library: make screens non-pointer
This commit is contained in:
@@ -86,9 +86,9 @@ struct MediaLibrary : public Screen<NC::Window *>, public Filterable, public Has
|
||||
std::string Date;
|
||||
};
|
||||
|
||||
NC::Menu<std::string> *Tags;
|
||||
NC::Menu<SearchConstraints> *Albums;
|
||||
NC::Menu<MPD::Song> *Songs;
|
||||
NC::Menu<std::string> Tags;
|
||||
NC::Menu<SearchConstraints> Albums;
|
||||
NC::Menu<MPD::Song> Songs;
|
||||
|
||||
protected:
|
||||
virtual bool isLockable() OVERRIDE { return true; }
|
||||
|
||||
Reference in New Issue
Block a user