Bug #2427 » tvguideng-gcc6.patch
vdr-plugin-tvguideng-0.3.0/definitions.h 2016-07-09 11:31:15.605430148 +0200 | ||
---|---|---|
};
|
||
enum class eDetailedHeaderST {
|
||
title = eScraperHeaderST::count,
|
||
title = (int)eScraperHeaderST::count,
|
||
shorttext,
|
||
start,
|
||
stop,
|
||
... | ... | |
};
|
||
enum class eDetailedHeaderIT {
|
||
daynumeric = eScraperHeaderIT::count,
|
||
daynumeric = (int)eScraperHeaderIT::count,
|
||
month,
|
||
year,
|
||
running,
|
||
... | ... | |
};
|
||
enum class eDetailedEpgST {
|
||
title = eScraperST::count,
|
||
title = (int)eScraperST::count,
|
||
shorttext,
|
||
description,
|
||
start,
|
||
... | ... | |
};
|
||
enum class eDetailedEpgIT {
|
||
daynumeric = eScraperIT::count,
|
||
daynumeric = (int)eScraperIT::count,
|
||
month,
|
||
year,
|
||
running,
|
||
... | ... | |
count
|
||
};
|
||
#endif //__DEFINITIONS_H
|
||
#endif //__DEFINITIONS_H
|
vdr-plugin-tvguideng-0.3.0/recmanager.o 2016-07-09 11:27:57.079162066 +0200 | ||
---|---|---|
ELF > |