diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 18:24:57 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-13 18:24:57 +0200 |
commit | cfe738b2f780d8adfdff80cdb38618bcb78faf20 (patch) | |
tree | e5c84e6499dad64e835c423f540775ed28132b37 /src/playlist.h | |
parent | 31b06470d1621d9568ffe42606ce2f6d6f471855 (diff) |
add interface HasColumns and its appropriate implementations
Diffstat (limited to 'src/playlist.h')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.h b/src/playlist.h index a63fc2dd..922c8fb0 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -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; |