From 8f037a992d5b2d3be47c0f24d70a1ddd02307ce9 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 20 May 2007 23:18:05 +0000 Subject: [PATCH] & svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666819 --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.cpp b/svg.cpp index 777bd5dbc..8cf3ffb98 100644 --- a/svg.cpp +++ b/svg.cpp @@ -53,7 +53,7 @@ class Svg::Private id.clear(); } - void findInCache(const QMatrix matrix, QPixmap& p, const QString& elementId) + void findInCache(const QMatrix& matrix, QPixmap& p, const QString& elementId) { if ( path.isNull() ) { path = Plasma::Theme::self()->image( themePath );