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 );