diff --git a/src/libtomahawk/Pipeline.cpp b/src/libtomahawk/Pipeline.cpp index d6aa69bf3..fbb4c0be2 100644 --- a/src/libtomahawk/Pipeline.cpp +++ b/src/libtomahawk/Pipeline.cpp @@ -364,9 +364,9 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results ) httpResults << r; else cleanResults << r; - }const + } - ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults ); + const ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults ); connect( checker, SIGNAL( done() ), SLOT( onResultUrlCheckerDone() ) ); addResultsToQuery( q, cleanResults );