diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 15:06:07 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 15:06:07 +0200 |
commit | d21b1496f0f80732f290b39610253b857ad7a992 (patch) | |
tree | 633444984b091a2b4a224b753a52705e714dbaa5 /statusheader.h | |
parent | 5ff172c987fc2c6c516c38a2d5018ac1726c54b7 (diff) | |
download | vdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.gz vdr-plugin-tvguide-d21b1496f0f80732f290b39610253b857ad7a992.tar.bz2 |
Change cGrid to cGridElement
Diffstat (limited to 'statusheader.h')
-rw-r--r-- | statusheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statusheader.h b/statusheader.h index 61f59bb..a490a37 100644 --- a/statusheader.h +++ b/statusheader.h @@ -19,7 +19,7 @@ public: virtual ~cStatusHeader(void); void Draw(void); void ScaleVideo(void); - void DrawInfoText(cGrid *grid); + void DrawInfoText(cGridElement *grid); }; #endif //__TVGUIDE_STATUSHEADER_H |