diff options
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |