aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-19 17:24:02 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-19 17:24:02 +0000
commit241539994d770f2ee9d0c0ec4bd773d8ea696ad9 (patch)
tree4dc66ccc1e5ab434771958cd28b087f2377dcbd7 /lib/dvb/epgcache.h
parenta51752e73e737052dc0f2b731a387deef80e64af (diff)
downloadenigma2-241539994d770f2ee9d0c0ec4bd773d8ea696ad9.tar.gz
enigma2-241539994d770f2ee9d0c0ec4bd773d8ea696ad9.zip
fix no more working mhw2 (digital+) epg
Diffstat (limited to 'lib/dvb/epgcache.h')
-rw-r--r--lib/dvb/epgcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h
index e5dd148b..98a38451 100644
--- a/lib/dvb/epgcache.h
+++ b/lib/dvb/epgcache.h
@@ -177,7 +177,7 @@ class eEPGCache: public eMainloop, private eThread, public Object
std::vector<mhw_channel_name_t> m_channels;
std::map<__u8, mhw_theme_name_t> m_themes;
std::map<__u32, mhw_title_t> m_titles;
- std::map<__u32, __u32> m_program_ids;
+ std::multimap<__u32, __u32> m_program_ids;
ePtr<eConnection> m_MHWConn, m_MHWConn2;
ePtr<iDVBSectionReader> m_MHWReader, m_MHWReader2;
eDVBSectionFilterMask m_MHWFilterMask, m_MHWFilterMask2;