diff options
Diffstat (limited to 'vdr_setup.h')
| -rw-r--r-- | vdr_setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr_setup.h b/vdr_setup.h index b88a3ac..1c59235 100644 --- a/vdr_setup.h +++ b/vdr_setup.h @@ -52,8 +52,8 @@ public: bool GdCompatibility; char *ToplevelDir; - bool trackview; - bool progressview; + int trackview; + int progressview; char PathPrefix[MAX_STRING_LEN]; |
