diff options
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ private: void drawIcon(cString iconText, tColor color); time_t Duration(void) { return event->Duration(); }; public: - cEpgGrid(cChannelColumn *c, const cEvent *event); + cEpgGrid(cChannelEpg *c, const cEvent *event); virtual ~cEpgGrid(void); void SetViewportHeight(); void PositionPixmap(); |