diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
| commit | 088902285e167e612e0f4ae8ae9f72a3e9079ea4 (patch) | |
| tree | 0a50148e80501b8a3895d240e7568385b3e0d8bc /lib/dvb | |
| parent | 6a25698b1ff48bafd6d1656be7f447638cc4b136 (diff) | |
| parent | e66c53dd065aec5f9aca27ab45dc9e4f6fdc211e (diff) | |
| download | enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.tar.gz enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.zip | |
Merge branch 'obi/master'
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/pmt.h | 2 |
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; |
