make remaining single-windowed screens' main windows non-pointer

This commit is contained in:
Andrzej Rybczak
2012-09-15 00:43:53 +02:00
parent 5d535e9203
commit f7dba0a578
10 changed files with 130 additions and 132 deletions

View File

@@ -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();