summaryrefslogtreecommitdiff
path: root/epggrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'epggrid.h')
-rw-r--r--epggrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epggrid.h b/epggrid.h
index 5f017ca..4d4a774 100644
--- a/epggrid.h
+++ b/epggrid.h
@@ -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();