diff --git a/src/libtomahawk/resolvers/JSAccount.h b/src/libtomahawk/resolvers/JSAccount.h index fe924e064..7ac6a8de3 100644 --- a/src/libtomahawk/resolvers/JSAccount.h +++ b/src/libtomahawk/resolvers/JSAccount.h @@ -80,7 +80,7 @@ private: */ QVariant evaluateJavaScriptInternal( const QString& scriptSource ); - std::unique_ptr m_engine; + ScriptEngine* m_engine; // HACK: the order of initializen is flawed, tbr JSResolver* m_resolver; };