From 5a8b32691e6c843b51748125bb39bb941abd0e9e Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sun, 20 May 2012 15:21:20 +0200 Subject: [PATCH] Fix export --- src/libtomahawk/infosystem/InfoSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/infosystem/InfoSystem.h b/src/libtomahawk/infosystem/InfoSystem.h index cb150ea68..00a316718 100644 --- a/src/libtomahawk/infosystem/InfoSystem.h +++ b/src/libtomahawk/infosystem/InfoSystem.h @@ -51,7 +51,7 @@ enum PushInfoFlags { // must be powers of 2 }; -struct InfoRequestData { +struct DLLEXPORT InfoRequestData { quint64 requestId; quint64 internalId; //do not assign to this; it may get overwritten by the InfoSystem QString caller;