summaryrefslogtreecommitdiff
path: root/epggrid.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 15:06:07 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 15:06:07 +0200
commitd21b1496f0f80732f290b39610253b857ad7a992 (patch)
tree633444984b091a2b4a224b753a52705e714dbaa5 /epggrid.c
parent5ff172c987fc2c6c516c38a2d5018ac1726c54b7 (diff)
downloadvdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.gz
vdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.bz2
Change cGrid to cGridElement
Diffstat (limited to 'epggrid.c')
-rw-r--r--epggrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epggrid.c b/epggrid.c
index af44e7d..8a88b24 100644
--- a/epggrid.c
+++ b/epggrid.c
@@ -3,7 +3,7 @@
#include "tools.h"
#include "epggrid.h"
-cEpgGrid::cEpgGrid(cChannelEpg *c, const cEvent *event) : cGrid(c) {
+cEpgGrid::cEpgGrid(cChannelEpg *c, const cEvent *event) : cGridElement(c) {
this->event = event;
extText = new cTextWrapper();
hasTimer = false;