1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02: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 Resolver;
class ExternalResolver; class ExternalResolver;
typedef boost::function<boostcrap> ResolverFactoryFunc; typedef boost::function<Tomahawk::ExternalResolver*(QString)> ResolverFactoryFunc;
class DLLEXPORT Pipeline : public QObject class DLLEXPORT Pipeline : public QObject
{ {