X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fpmt.h;h=c963c76133d9a01c933bb91bf8dbfb35f27fb830;hp=aa5d34d9c0e9f61e0df7aaf0e64d5d9b7b6fb4ce;hb=ea7b9cc477258d0cd7a28ccfe96f5ec3781d21db;hpb=47de3df6069296ba142cf6bd43e65e2ac484fbab 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;