diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2016-11-13 02:19:14 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2016-11-13 02:20:01 +0100 |
commit | 17effe0115f40f69046be146082a6d9a59e2063c (patch) | |
tree | ef28c601ec790f16e126572a715aa83b9d226584 /src/song_list.h | |
parent | 29b1813c6d44ff74f939fd469251f998a31b072c (diff) |
Implement filtering in browser and search engine
Diffstat (limited to 'src/song_list.h')
-rw-r--r-- | src/song_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song_list.h b/src/song_list.h index 17c67dec..42cb144f 100644 --- a/src/song_list.h +++ b/src/song_list.h @@ -75,4 +75,4 @@ struct SongMenu: NC::Menu<MPD::Song>, SongList virtual std::vector<MPD::Song> getSelectedSongs() OVERRIDE; }; -#endif // NCMPCPP_SONG_LIST_H
\ No newline at end of file +#endif // NCMPCPP_SONG_LIST_H |