From b00436fbe134c156282eb5dca50666d94c4292f9 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 8 Jun 2007 07:23:09 +0000 Subject: [PATCH] SVN_SILENT No ';' svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=672801 --- animator.cpp | 2 +- animator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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