summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 5674ccd..3aea7be 100644
--- a/parse.h
+++ b/parse.h
@@ -22,10 +22,11 @@ private:
char *shorttext;
char *description;
char *country;
- char *review;
char *system;
+ char *review;
char *rating;
char *origtitle;
+ char *director;
int year;
time_t starttime;
int duration;
@@ -33,7 +34,6 @@ private:
tEventID eventid;
cStringList actors;
cStringList others;
- char *director;
#if VDRVERSNUM >= 10711
uchar parentalRating;
uchar contents[MaxEventContents];