summaryrefslogtreecommitdiff
path: root/src/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.h')
-rw-r--r--src/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.h b/src/actions.h
index ecbf16eb..8fba1890 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -495,6 +495,7 @@ struct ReplaySong: BaseAction
ReplaySong(): BaseAction(Type::ReplaySong, "replay_song") { }
private:
+ virtual bool canBeRun() override;
virtual void run() override;
};