summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index e47d5c5..6142dfd 100644
--- a/timers.h
+++ b/timers.h
@@ -24,7 +24,7 @@ class cNopacityTimer : public cListObject {
int y;
cString Date;
cTextWrapper showName;
- void DrawLogo(void);
+ int DrawLogo(void);
public:
cNopacityTimer(cOsd *osd, cImageCache *imgCache, const cTimer *timer, const cFont *font, const cFont *fontLarge);
cNopacityTimer(cOsd *osd, cImageCache *imgCache, int numConflicts, const cFont *font, const cFont *fontLarge);