Fix warning (order)

icc-effect-5.14.5
Montel Laurent 2011-05-01 14:57:01 +02:00
parent 2e7116f126
commit 422eacb42b
1 changed files with 1 additions and 1 deletions

View File

@ -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