actions: define DisableFilter in terms of ApplyFilter

This commit is contained in:
Andrzej Rybczak
2012-08-25 20:41:17 +02:00
parent 08adcbfdc8
commit b299806a90
2 changed files with 13 additions and 16 deletions

View File

@@ -634,6 +634,7 @@ struct ReversePlaylist : public Action
struct ApplyFilter : public Action
{
ApplyFilter() : Action(aApplyFilter, "apply_filter") { }
virtual bool canBeRun() const;
virtual void Run();
};