summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CScreen.cpp')
-rw-r--r--plugins/MirandaG15/src/CScreen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/CScreen.cpp b/plugins/MirandaG15/src/CScreen.cpp
index a731ab4d19..cf095aab76 100644
--- a/plugins/MirandaG15/src/CScreen.cpp
+++ b/plugins/MirandaG15/src/CScreen.cpp
@@ -5,9 +5,8 @@
//************************************************************************
// Constructor
//************************************************************************
-CScreen::CScreen()
+CScreen::CScreen() : m_bHideButtons(false)
{
- m_bHideButtons = false;
}
//************************************************************************