summaryrefslogtreecommitdiff
path: root/imon.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2012-06-30 15:31:10 +0200
committeranbr <vdr07@deltab.de>2012-06-30 15:31:10 +0200
commitfb1ac4faa0168e4b5fc19b6eb730980fe2cbbdb1 (patch)
tree7e27cb45246d81155741b1ccf306fd0c89eb2fe9 /imon.h
parenta65492626c3de310cabb5f47af07774c3c473255 (diff)
downloadvdr-plugin-imonlcd-fb1ac4faa0168e4b5fc19b6eb730980fe2cbbdb1.tar.gz
vdr-plugin-imonlcd-fb1ac4faa0168e4b5fc19b6eb730980fe2cbbdb1.tar.bz2
Fix warning hidden ‘ciMonFont::DrawText’ [-Werror=overloaded-virtual] (Closes #1034)
Diffstat (limited to 'imon.h')
-rw-r--r--imon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imon.h b/imon.h
index 14cff8d..0f588f7 100644
--- a/imon.h
+++ b/imon.h
@@ -109,7 +109,7 @@ protected:
void setLineLength(int topLine, int botLine, int topProgress, int botProgress);
void setBuiltinProgressBars(int topLine, int botLine, int topProgress, int botProgress);
- int lengthToPixels(int length);
+ unsigned int lengthToPixels(int length);
bool SendCmd(const uint64_t & cmdData);
bool SendCmdClock(time_t tAlarm);