Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / midi_automation_list_binder.h
index 241c4e73207a40991b97f3cea15c8924dc43b4ee..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"
@@ -41,5 +44,6 @@ private:
        Evoral::Parameter _parameter;
 };
 
-}
+} // namespace ARDOUR
 
+#endif // __ardour_midi_automation_list_binder_h__