diff options
Diffstat (limited to 'multimedia/kaffeine')
-rw-r--r-- | multimedia/kaffeine/files/patch-src-dvb-dvbsi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/kaffeine/files/patch-src-dvb-dvbsi.h b/multimedia/kaffeine/files/patch-src-dvb-dvbsi.h new file mode 100644 index 000000000000..18c26f7ee7b1 --- /dev/null +++ b/multimedia/kaffeine/files/patch-src-dvb-dvbsi.h @@ -0,0 +1,10 @@ +--- src/dvb/dvbsi.h.orig 2011-04-09 15:09:19.000000000 +0200 ++++ src/dvb/dvbsi.h 2011-04-09 15:09:29.000000000 +0200 +@@ -957,7 +957,6 @@ + return DvbPmtSectionEntry(getData() + 12 + descriptorsLength, getLength() - (16 + descriptorsLength)); + } + +-private: + Q_DISABLE_COPY(DvbPmtSection) + void initPmtSection(const char *data, int size); + |