aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-11 16:09:18 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-11 16:09:18 +0100
commit088902285e167e612e0f4ae8ae9f72a3e9079ea4 (patch)
tree0a50148e80501b8a3895d240e7568385b3e0d8bc /lib/dvb
parent6a25698b1ff48bafd6d1656be7f447638cc4b136 (diff)
parente66c53dd065aec5f9aca27ab45dc9e4f6fdc211e (diff)
downloadenigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.tar.gz
enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.zip
Merge branch 'obi/master'
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/pmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h
index 5c8fa582..86b634fc 100644
--- a/lib/dvb/pmt.h
+++ b/lib/dvb/pmt.h
@@ -185,7 +185,7 @@ public:
{
uint16_t caid;
int capid;
- bool operator< (const struct capid_pair &t) { return t.caid < caid; }
+ bool operator< (const struct capid_pair &t) const { return t.caid < caid; }
};
std::vector<videoStream> videoStreams;
std::vector<audioStream> audioStreams;