diff options
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |