diff options
Diffstat (limited to 'channeljump.h')
-rw-r--r-- | channeljump.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/channeljump.h b/channeljump.h index 6bb988f..86dec2e 100644 --- a/channeljump.h +++ b/channeljump.h @@ -10,8 +10,8 @@ private: int channel;
cChannelGroups *channelGroups;
int maxChannels;
- int startTime;
- int timeout;
+ long unsigned int startTime;
+ long unsigned int timeout;
cPixmap *pixmapBack;
cPixmap *pixmapText;
void SetPixmaps(void);
@@ -26,4 +26,4 @@ public: int GetChannel(void) { return channel; };
};
-#endif //__TVGUIDE_CHANNELJUMP_H
\ No newline at end of file +#endif //__TVGUIDE_CHANNELJUMP_H
|