Compile fix for eepg-0.0.3 with g++ 4.6
Commit Message
Hi,
This patch fixes compilation of the eepg-0.0.3 plugin with g++ 4.6:
Cheers,
Chris
Comments
On 13/08/11 23:29, Chris Rankin wrote:
> This patch fixes compilation of the eepg-0.0.3 plugin with g++ 4.6:
FYI eepg is maintained in git here:
http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/
I believe your fix is already present in master.
@@ -2684,7 +2684,7 @@
class cEIT2:public SI::EIT
{
public:
- cEIT2 (cSchedules::cSchedules * Schedules, int Source, u_char Tid, const u_char * Data,
+ cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Data,
bool OnlyRunningStatus = false);
// originally from libdtv, Copyright Rolf Hakenes <hakenes@hippomi.de>
@@ -2773,7 +2773,7 @@
}
#endif /* NOEPG */
- cEIT2::cEIT2 (cSchedules::cSchedules * Schedules, int Source, u_char Tid, const u_char * Data, bool OnlyRunningStatus)
+ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Data, bool OnlyRunningStatus)
: SI::EIT (Data, false) {
if (!CheckCRCAndParse ())
return;