summaryrefslogtreecommitdiff
path: root/channeljump.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-23 13:43:37 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-23 15:42:41 +0100
commit10f6d90f16835d0c534dca69fa8c32be37b53b8d (patch)
tree86ba9d454c2f41974f5da3befa4f37b91b40256d /channeljump.h
parent168973331cae4a6709d36fbedd590fa79e79aaf1 (diff)
downloadvdr-plugin-tvguide-10f6d90f16835d0c534dca69fa8c32be37b53b8d.tar.gz
vdr-plugin-tvguide-10f6d90f16835d0c534dca69fa8c32be37b53b8d.tar.bz2
Eliminate some warnings
Diffstat (limited to 'channeljump.h')
-rw-r--r--channeljump.h6
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