Skip to content

Commit

Permalink
Fix parameter name inconsistency after previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Jan 5, 2012
1 parent aff80a5 commit 47bfc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recordinginfo.h
Expand Up @@ -215,7 +215,7 @@ class MTV_PUBLIC RecordingInfo : public ProgramInfo

// Used to update database with recording info
void StartedRecording(QString ext);
void FinishedRecording(bool prematurestop);
void FinishedRecording(bool allowReRecord);
void UpdateRecordingEnd(void);//pi
void ReactivateRecording(void);//pi
void ApplyRecordRecID(void);//pi
Expand Down

0 comments on commit 47bfc94

Please sign in to comment.