patch from rodrigo severo to make mackie timecode display work
[ardour.git] / gtk2_ardour / midi_channel_selector.h
index 04854d4ad2af52f52e0cfad5a1e6989856caf1d8..c5e6a5a3783d0d81eee10fb1107367d7539081ae 100644 (file)
 #include <set>
 #include "boost/shared_ptr.hpp"
 #include "sigc++/trackable.h"
+
 #include "gtkmm/table.h"
 #include "gtkmm/button.h"
 #include "gtkmm/label.h"
 #include "gtkmm2ext/stateful_button.h"
-#include "ardour/types.h"
 
+#include "ardour/types.h"
 
 class MidiChannelSelector : public Gtk::Table
 {
@@ -78,7 +79,7 @@ public:
         *  of the currently selected channels.
         */
        sigc::signal<void, ARDOUR::ChannelMode, uint16_t> mode_changed;
-       
+
        void set_channel_mode(ARDOUR::ChannelMode mode, uint16_t mask);
 
        /**