summaryrefslogtreecommitdiff
path: root/plugins/dvdswitch/patches/dvdswitch-0.1.3-1.5.4.diff
blob: 301df7e5bbccd9fa378824886453c0eaf08f2a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 90_dvdswitch-0.1.3-1.5.4.dpatch by Thomas Günther <tom@toms-cafe.de>
## http://toms-cafe.de/vdr/download/dvdswitch-0.1.3-1.5.4.diff
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.5.4.

@DPATCH@
--- dvdswitch-0.1.3/helpers.h
+++ dvdswitch-0.1.3/helpers.h
@@ -80,7 +80,7 @@ class cStringListItem : public cListObje
     char *Value(void) { return String; }
 };
 
-class cStringList : public cList<cStringListItem> {};
+//class cStringList : public cList<cStringListItem> {};
 
 // --- cTokenizer ---------------------------------------