Skip to content

Commit 5f1f494

Browse files
author
Mark Kendall
committed
Missed in last commit.
1 parent 77f460b commit 5f1f494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/tv_play.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class MTV_PUBLIC TV : public QObject
249249
static int ConfiguredTunerCards(void);
250250

251251
// Used by EPG
252-
void ChangeVolume(PlayerContext*, bool up);
252+
void ChangeVolume(PlayerContext*, bool up, int newvolume = -1);
253253
void ToggleMute(PlayerContext*, const bool muteIndividualChannels = false);
254254

255255
void SetNextProgPIPState(PIPState state) { jumpToProgramPIPState = state; }

0 commit comments

Comments
 (0)