diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-12-20 13:21:27 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-12-20 13:21:27 +0100 |
| commit | 41a34ba7cc10000dbc950203aed2285879b5b11d (patch) | |
| tree | 2e84da9963d891c73fa80eacbe8548230e5cd8ba /lib | |
| parent | 31a7ee4d64f718ac076f3d2037427877435c4101 (diff) | |
| parent | 3c282ef6f5bd54f2b0f4cb407d075cf321405b84 (diff) | |
| download | enigma2-41a34ba7cc10000dbc950203aed2285879b5b11d.tar.gz enigma2-41a34ba7cc10000dbc950203aed2285879b5b11d.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib')
| -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 aa5d34d9..c963c761 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; |
