diff options
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; |