summaryrefslogtreecommitdiff
path: root/osd_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'osd_info.h')
-rw-r--r--osd_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd_info.h b/osd_info.h
index 309d2d3..2f66ffe 100644
--- a/osd_info.h
+++ b/osd_info.h
@@ -35,7 +35,7 @@ public:
~cOsdInfoWindow();
void SetMessage(const char * message);
void SetChannel(const cChannel * channel);
- void Show();
+ void Show(bool Refresh = false);
void Hide();
eOSState ProcessKey(eKeys key);