From d21b1496f0f80732f290b39610253b857ad7a992 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 11 Jul 2019 15:06:07 +0200 Subject: Change cGrid to cGridElement --- epggrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epggrid.c') 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; -- cgit v1.2.3