fix mismatched struct/class forward declaration

Found by compiling with clang
This commit is contained in:
Alex Richardson 2013-09-13 16:46:02 +02:00
parent e553d2869d
commit 109c504ef7

View file

@ -36,7 +36,7 @@ namespace KWin {
QElapsedTimer AnimationEffect::s_clock;
struct AnimationEffectPrivate {
class AnimationEffectPrivate {
public:
AnimationEffectPrivate() { m_animated = m_damageDirty = m_animationsTouched = m_isInitialized = false; }
AnimationEffect::AniMap m_animations;