From de0a1406a064260b8614a937150fd2545a442805 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 13 Jul 2011 21:47:44 +0200 Subject: [PATCH] Fix compile warning --- overlaywindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlaywindow.cpp b/overlaywindow.cpp index 65db6dc591..422dbc68e8 100644 --- a/overlaywindow.cpp +++ b/overlaywindow.cpp @@ -39,9 +39,9 @@ along with this program. If not, see . namespace KWin { OverlayWindow::OverlayWindow() - : m_window(None) - , m_visible(true) + : m_visible(true) , m_shown(false) + , m_window(None) { }