make defining screens with main window type as non-pointer possible
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "mpdpp.h"
|
||||
#include "screen.h"
|
||||
|
||||
struct Outputs : public Screen< NC::Menu<MPD::Output> >
|
||||
struct Outputs : public Screen<NC::Menu<MPD::Output> *>
|
||||
{
|
||||
Outputs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user