From 7f971186ce7daa5cdeb7b281fe4d835384208b47 Mon Sep 17 00:00:00 2001 From: Adenilson Cavalcanti Da Silva Date: Fri, 13 Nov 2009 00:18:17 +0000 Subject: [PATCH] Build++; svn path=/trunk/KDE/kdelibs/; revision=1048256 --- animations/abstractanimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/abstractanimation.cpp b/animations/abstractanimation.cpp index d8db6ab10..89bc8f265 100644 --- a/animations/abstractanimation.cpp +++ b/animations/abstractanimation.cpp @@ -81,7 +81,7 @@ bool AbstractAnimation::forwards() const void AbstractAnimation::setDirection(const qint8 &direction) { - d->animDirection = direction; + d->animDirection = static_cast(direction); } qint8 AbstractAnimation::direction() const