add export visibility macro
This commit is contained in:
parent
87009afff2
commit
26a9e28922
@ -71,7 +71,7 @@ static PanPluginDescriptor _descriptor = {
|
||||
Pannerbalance::factory
|
||||
};
|
||||
|
||||
extern "C" { PanPluginDescriptor* panner_descriptor () { return &_descriptor; } }
|
||||
extern "C" ARDOURPANNER_API PanPluginDescriptor* panner_descriptor () { return &_descriptor; }
|
||||
|
||||
Pannerbalance::Pannerbalance (boost::shared_ptr<Pannable> p)
|
||||
: Panner (p)
|
||||
|
Loading…
Reference in New Issue
Block a user