1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

What was that include for boostcrap again?

This commit is contained in:
Dominik Schmidt 2011-11-21 04:14:05 +01:00
parent 4f46ba3e61
commit 118b074aa3

View File

@ -36,7 +36,7 @@ namespace Tomahawk
{
class Resolver;
class ExternalResolver;
typedef boost::function<boostcrap> ResolverFactoryFunc;
typedef boost::function<Tomahawk::ExternalResolver*(QString)> ResolverFactoryFunc;
class DLLEXPORT Pipeline : public QObject
{