From e5dc935ec56375fcde5be2747562b1ac88a3cb3c Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 8 Dec 2008 20:45:44 +0000 Subject: [PATCH] export effectChain for properly building FLP import DLL (stable backport) git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1889 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/effect_chain.h b/include/effect_chain.h index 18fa3fd2d..4d30daf40 100644 --- a/include/effect_chain.h +++ b/include/effect_chain.h @@ -34,7 +34,7 @@ class effect; -class effectChain : public model, public serializingObject +class EXPORT effectChain : public model, public serializingObject { Q_OBJECT public: