]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv-compile_fixes_for_qt_4_7.patch
- updated python BRs
[packages/mythtv.git] / mythtv-compile_fixes_for_qt_4_7.patch
CommitLineData
16ef5321 1---
16ef5321 2 libs/libmythtv/tv_rec.h | 2 1 + 1 - 0 !
16ef5321 3 5 files changed, 6 insertions(+), 6 deletions(-)
4
16ef5321 5Index: mythtv/libs/libmythtv/tv_rec.h
6===================================================================
7--- mythtv.orig/libs/libmythtv/tv_rec.h 2010-05-16 14:58:08.000000000 -0400
8+++ mythtv/libs/libmythtv/tv_rec.h 2010-07-01 22:34:54.000000000 -0400
9@@ -93,7 +93,7 @@
10 class TuningRequest
11 {
12 public:
13- TuningRequest(uint f) :
14+ TuningRequest(uint f = 0) :
15 flags(f), program(NULL), channel(QString::null),
16 input(QString::null), majorChan(0), minorChan(0), progNum(-1) {;}
17 TuningRequest(uint f, RecordingInfo *p) :
This page took 0.074365 seconds and 4 git commands to generate.