diff options
Diffstat (limited to 'src/sort_playlist.h')
-rw-r--r-- | src/sort_playlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sort_playlist.h b/src/sort_playlist.h index 577f85e3..005a4b1d 100644 --- a/src/sort_playlist.h +++ b/src/sort_playlist.h @@ -21,10 +21,11 @@ #ifndef _SORT_PLAYLIST #define _SORT_PLAYLIST +#include "interfaces.h" #include "screen.h" #include "song.h" -struct SortPlaylistDialog : public Screen<NC::Menu<std::pair<std::string, MPD::Song::GetFunction>>> +struct SortPlaylistDialog: Screen<NC::Menu<std::pair<std::string, MPD::Song::GetFunction>>>, Tabbable { SortPlaylistDialog(); @@ -39,7 +40,6 @@ struct SortPlaylistDialog : public Screen<NC::Menu<std::pair<std::string, MPD::S virtual void spacePressed() OVERRIDE { } virtual void mouseButtonPressed(MEVENT me) OVERRIDE; - virtual bool isTabbable() OVERRIDE { return false; } virtual bool isMergable() OVERRIDE { return false; } // private members |