remove Auditioner::prepare_playlist() - not used
[ardour.git] / libs / ardour / ardour / midi_automation_list_binder.h
index 89c6cdb90bb6d43af2892ee2575c032fa7ef08a0..b5e73251e9237e332835e437c196ccacd204f6d9 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __ardour_midi_automation_list_binder_h__
+#define __ardour_midi_automation_list_binder_h__
+
 #include "pbd/memento_command.h"
 #include "evoral/Parameter.hpp"
 #include "ardour/session.h"
@@ -27,7 +30,7 @@ class MidiSource;
 class AutomationList;
 
 /** A class for late-binding a MidiSource and a Parameter to an AutomationList */
-class MidiAutomationListBinder : public MementoCommandBinder<ARDOUR::AutomationList>
+class LIBARDOUR_API MidiAutomationListBinder : public MementoCommandBinder<ARDOUR::AutomationList>
 {
 public:
        MidiAutomationListBinder (boost::shared_ptr<ARDOUR::MidiSource>, Evoral::Parameter);
@@ -41,5 +44,6 @@ private:
        Evoral::Parameter _parameter;
 };
 
-}
+} // namespace ARDOUR
 
+#endif // __ardour_midi_automation_list_binder_h__