mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Class 'MIDISceneChange' now needs to be visible outside of libardour
This commit is contained in:
parent
1f4ddcd53f
commit
937dd4b587
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "ardour/libardour_visibility.h"
|
||||
#include "ardour/scene_change.h"
|
||||
|
||||
namespace ARDOUR
|
||||
|
|
@ -29,7 +30,7 @@ namespace ARDOUR
|
|||
|
||||
class MidiPort;
|
||||
|
||||
class MIDISceneChange : public SceneChange
|
||||
class LIBARDOUR_API MIDISceneChange : public SceneChange
|
||||
{
|
||||
public:
|
||||
MIDISceneChange (int channel, int bank = -1, int program = -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue