summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-01-06 12:51:49 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-01-06 15:14:45 +0100
commit6540e214440faef1c72057e1727991d88ae2c9e2 (patch)
tree8071504c4f309ccfa28df7e1a791401a5ee81dad /config.h
parent2e4a43133e140eb5bd3344ef5486aca3dda41caf (diff)
downloadvdr-plugin-tvguide-6540e214440faef1c72057e1727991d88ae2c9e2.tar.gz
vdr-plugin-tvguide-6540e214440faef1c72057e1727991d88ae2c9e2.tar.bz2
Optimize TimeJump
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2f723e2..045bd37 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@
#include "fontmanager.h"
#include "imagecache.h"
-enum {
+enum eTimeFormat {
e12Hours,
e24Hours
};