fix mismatched struct/class forward declaration
Found by compiling with clang
This commit is contained in:
parent
e553d2869d
commit
109c504ef7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue