diff --git a/animator.cpp b/animator.cpp index c436f9aee..5f1334ddf 100644 --- a/animator.cpp +++ b/animator.cpp @@ -81,6 +81,6 @@ void Animator::renderBackground(QImage& background) Q_UNUSED(background) } -}; // Plasma namespace +} // Plasma namespace #include "animator.moc" diff --git a/animator.h b/animator.h index db150f8b2..aad5290fb 100644 --- a/animator.h +++ b/animator.h @@ -53,6 +53,6 @@ public: virtual void renderBackground(QImage& background); }; -}; // Plasma namespace +} // Plasma namespace #endif // multiple inclusion guard