summaryrefslogtreecommitdiff
path: root/src/playlist.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-09-13 18:24:57 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-09-13 18:24:57 +0200
commitcfe738b2f780d8adfdff80cdb38618bcb78faf20 (patch)
treee5c84e6499dad64e835c423f540775ed28132b37 /src/playlist.h
parent31b06470d1621d9568ffe42606ce2f6d6f471855 (diff)
add interface HasColumns and its appropriate implementations
Diffstat (limited to 'src/playlist.h')
-rw-r--r--src/playlist.h2
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;