diff options
Diffstat (limited to 'src/OSDWindow.hh')
-rw-r--r-- | src/OSDWindow.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSDWindow.hh b/src/OSDWindow.hh index 3fd5c42..e11a531 100644 --- a/src/OSDWindow.hh +++ b/src/OSDWindow.hh | |||
@@ -47,7 +47,7 @@ public: | |||
47 | 47 | ||
48 | bool isVisible() const { return m_visible; } | 48 | bool isVisible() const { return m_visible; } |
49 | 49 | ||
50 | private: | 50 | protected: |
51 | void show(); | 51 | void show(); |
52 | 52 | ||
53 | BScreen &m_screen; | 53 | BScreen &m_screen; |