add interface HasColumns and its appropriate implementations

This commit is contained in:
Andrzej Rybczak
2012-09-13 18:24:57 +02:00
parent 31b06470d1
commit cfe738b2f7
10 changed files with 230 additions and 242 deletions

View File

@@ -93,7 +93,7 @@ class Playlist : public Screen<NC::Window>, public Filterable, public HasSongs,
void registerHash(size_t hash);
void unregisterHash(size_t hash);
NC::Menu< MPD::Song > *Items;
NC::Menu<MPD::Song> *Items;
static bool ReloadTotalLength;
static bool ReloadRemaining;