aboutsummaryrefslogtreecommitdiff
path: root/src/OSDWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSDWindow.hh')
-rw-r--r--src/OSDWindow.hh2
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
50private: 50protected:
51 void show(); 51 void show();
52 52
53 BScreen &m_screen; 53 BScreen &m_screen;