From 0bc43eb96d39def7e931202146c3b83a2aa4e58a Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 7 Jan 2019 12:57:45 +0100 Subject: Changes for VDR-2.3.1 --- definitions.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'definitions.h') diff --git a/definitions.h b/definitions.h index 32a5c45..17207b9 100644 --- a/definitions.h +++ b/definitions.h @@ -234,7 +234,7 @@ enum class eScraperHeaderIT { }; enum class eDetailedHeaderST { - title = eScraperHeaderST::count, + title = (int)eScraperHeaderST::count, shorttext, start, stop, @@ -249,7 +249,7 @@ enum class eDetailedHeaderST { }; enum class eDetailedHeaderIT { - daynumeric = eScraperHeaderIT::count, + daynumeric = (int)eScraperHeaderIT::count, month, year, running, @@ -375,7 +375,7 @@ enum class eScraperLT { }; enum class eDetailedEpgST { - title = eScraperST::count, + title = (int)eScraperST::count, shorttext, description, start, @@ -393,7 +393,7 @@ enum class eDetailedEpgST { }; enum class eDetailedEpgIT { - daynumeric = eScraperIT::count, + daynumeric = (int)eScraperIT::count, month, year, running, @@ -543,4 +543,4 @@ enum class eRecMenuST { count }; -#endif //__DEFINITIONS_H \ No newline at end of file +#endif //__DEFINITIONS_H -- cgit v1.2.3