From 422eacb42b92c558a5ddd631c2a228c70d234331 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Sun, 1 May 2011 14:57:01 +0200 Subject: [PATCH] Fix warning (order) --- effects/dashboard/dashboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/dashboard/dashboard.cpp b/effects/dashboard/dashboard.cpp index ba305f0aec..ccee74b051 100644 --- a/effects/dashboard/dashboard.cpp +++ b/effects/dashboard/dashboard.cpp @@ -27,9 +27,9 @@ KWIN_EFFECT(dashboard, DashboardEffect) DashboardEffect::DashboardEffect() : transformWindow(false) + , retransformWindow(false) , activateAnimation(false) , deactivateAnimation(false) - , retransformWindow(false) , window(NULL) { // propagate that the effect is loaded