class 'ARDOUR::Session::ProcessorChangeBlocker' gets used outside of libardour now (so needs to be exportable)

This commit is contained in:
John Emmas 2022-05-25 12:26:09 +01:00
parent 60e5b84d78
commit ee7e043855
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ public:
Session * _session;
};
class ProcessorChangeBlocker {
class LIBARDOUR_API ProcessorChangeBlocker {
public:
ProcessorChangeBlocker (Session* s, bool rc = true);
~ProcessorChangeBlocker ();