X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fpmt.h;fp=lib%2Fdvb%2Fpmt.h;h=c963c76133d9a01c933bb91bf8dbfb35f27fb830;hp=aa5d34d9c0e9f61e0df7aaf0e64d5d9b7b6fb4ce;hb=41a34ba7cc10000dbc950203aed2285879b5b11d;hpb=31a7ee4d64f718ac076f3d2037427877435c4101 diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index aa5d34d..c963c76 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 videoStreams; std::vector audioStreams;