FxMixer, FxMixerView: export class symbols

Due to the FxMixer improvements some plugins such as the FLP import
filter now directly access the FxMixer and its view. Therefore the
symbols of the FxMixer and FxMixerView classes need to be exported for
the win32 builds.
This commit is contained in:
Tobias Doerffel
2010-05-17 23:22:30 +02:00
parent 70b80efec1
commit 3fcb5b09ba
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class FxChannel : public ThreadableJob
class FxMixer : public JournallingObject, public Model
class EXPORT FxMixer : public JournallingObject, public Model
{
public:
FxMixer();

View File

@@ -42,7 +42,7 @@
class QButtonGroup;
class FxLine;
class FxMixerView : public QWidget, public ModelView,
class EXPORT FxMixerView : public QWidget, public ModelView,
public SerializingObjectHook
{
Q_OBJECT