rename ExecItem to RunnableItem and make use of variadic templates
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
#ifndef NCMPCPP_SORT_PLAYLIST_H
|
||||
#define NCMPCPP_SORT_PLAYLIST_H
|
||||
|
||||
#include "exec_item.h"
|
||||
#include "runnable_item.h"
|
||||
#include "interfaces.h"
|
||||
#include "screen.h"
|
||||
#include "song.h"
|
||||
|
||||
struct SortPlaylistDialog
|
||||
: Screen<NC::Menu<ExecItem<std::pair<std::string, MPD::Song::GetFunction>, void()>>>, Tabbable
|
||||
: Screen<NC::Menu<RunnableItem<std::pair<std::string, MPD::Song::GetFunction>, void()>>>, Tabbable
|
||||
{
|
||||
typedef SortPlaylistDialog Self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user