diff options
Diffstat (limited to 'eit.h')
-rw-r--r-- | eit.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eit.h 4.1 2015/07/25 11:03:53 kls Exp $ + * $Id: eit.h 4.2 2017/05/08 21:10:29 kls Exp $ */ #ifndef __EIT_H @@ -15,7 +15,10 @@ class cSectionSyncerEntry : public cListObject, public cSectionSyncer {}; -class cSectionSyncerHash : public cHash<cSectionSyncerEntry> {}; +class cSectionSyncerHash : public cHash<cSectionSyncerEntry> { +public: + cSectionSyncerHash(void) : cHash(HASHSIZE, true) {}; + }; class cEitFilter : public cFilter { private: |