summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/state.h b/state.h
index 67cdb66..553ba6d 100644
--- a/state.h
+++ b/state.h
@@ -158,8 +158,8 @@ public:
tEvent GetPresentEvent();
tEvent GetFollowingEvent();
tReplayState GetReplayState();
- bool IsRecording(int CardNumber);
- std::string Recordings(int CardNumber);
+ bool IsRecording(int CardNumber, int selector);
+ std::string Recordings(int CardNumber, int selector);
tOsdState GetOsdState();
void ResetOsdStateScroll();
tVolumeState GetVolumeState();