diff options
Diffstat (limited to 'tvguideosd.h')
-rw-r--r-- | tvguideosd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvguideosd.h b/tvguideosd.h index 717ce10..82a8193 100644 --- a/tvguideosd.h +++ b/tvguideosd.h @@ -17,7 +17,7 @@ private: bool detailViewActive;
void drawOsd();
void readChannels(const cChannel *channelStart);
- void drawGridsChannelJump();
+ void drawGridsChannelJump(int offset = 0);
void drawGridsTimeJump();
void processKeyUp();
void processKeyDown();
|