make defining screens with main window type as non-pointer possible
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
|
||||
struct MediaLibrary : public Screen<NC::Window>, public Filterable, public HasColumns, public HasSongs, public Searchable
|
||||
struct MediaLibrary : public Screen<NC::Window *>, public Filterable, public HasColumns, public HasSongs, public Searchable
|
||||
{
|
||||
MediaLibrary();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user