13
0

add export visibility macro

This commit is contained in:
Paul Davis 2014-01-12 15:38:49 -05:00
parent 87009afff2
commit 26a9e28922

View File

@ -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)