From 92423fe9259373cfb209651218163cf776961bb3 Mon Sep 17 00:00:00 2001
From: Dominik Schmidt <dev@dominik-schmidt.de>
Date: Sun, 20 May 2012 14:26:51 +0200
Subject: [PATCH] Fix last commit

---
 src/libtomahawk/infosystem/InfoSystem.cpp | 1 +
 src/libtomahawk/infosystem/InfoSystem.h   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/libtomahawk/infosystem/InfoSystem.cpp b/src/libtomahawk/infosystem/InfoSystem.cpp
index 5f965707c..af5a06b25 100644
--- a/src/libtomahawk/infosystem/InfoSystem.cpp
+++ b/src/libtomahawk/infosystem/InfoSystem.cpp
@@ -50,6 +50,7 @@ InfoRequestData::InfoRequestData( const quint64 rId, const QString& callr, const
 }
 
 
+void
 InfoRequestData::init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom )
 {
     internalId = TomahawkUtils::infosystemRequestId();
diff --git a/src/libtomahawk/infosystem/InfoSystem.h b/src/libtomahawk/infosystem/InfoSystem.h
index ac9844515..cb150ea68 100644
--- a/src/libtomahawk/infosystem/InfoSystem.h
+++ b/src/libtomahawk/infosystem/InfoSystem.h
@@ -66,7 +66,7 @@ struct InfoRequestData {
     InfoRequestData( const quint64 rId, const QString &callr, const Tomahawk::InfoSystem::InfoType typ, const QVariant &inputvar, const QVariantMap &custom );
 
 private:
-    init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom);
+    void init( const QString& callr, const InfoType typ, const QVariant& inputvar, const QVariantMap& custom);
 };