playlist: get rid of override warning when compiling with clang

master
Andrzej Rybczak 11 years ago
parent 09c66e19bf
commit 3dd623bd99
  1. 2
      src/playlist.h

@ -53,7 +53,7 @@ struct Playlist: Screen<NC::Menu<MPD::Song>>, Filterable, HasSongs, Searchable,
virtual void applyFilter(const std::string &filter) OVERRIDE;
// Searchable implementation
virtual bool allowsSearching();
virtual bool allowsSearching() OVERRIDE;
virtual bool search(const std::string &constraint) OVERRIDE;
virtual void nextFound(bool wrap) OVERRIDE;
virtual void prevFound(bool wrap) OVERRIDE;

Loading…
Cancel
Save