Fix warning (order)

This commit is contained in:
Montel Laurent 2011-05-01 14:57:01 +02:00
parent 2e7116f126
commit 422eacb42b

View file

@ -27,9 +27,9 @@ KWIN_EFFECT(dashboard, DashboardEffect)
DashboardEffect::DashboardEffect() DashboardEffect::DashboardEffect()
: transformWindow(false) : transformWindow(false)
, retransformWindow(false)
, activateAnimation(false) , activateAnimation(false)
, deactivateAnimation(false) , deactivateAnimation(false)
, retransformWindow(false)
, window(NULL) , window(NULL)
{ {
// propagate that the effect is loaded // propagate that the effect is loaded