Bug #2427 » tvguideng-gcc6.patch
vdr-plugin-tvguideng-0.3.0/definitions.h 2016-07-09 20:22:54.470423953 +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
|
- « Previous
- 1
- 2
- Next »