X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_format_selector.h;h=9533b15d9b3163fa633848ace5993d0f8c2ac2e2;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=6e1dd527869a2f34a05ea42cea26d37b01d44bf2;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/export_format_selector.h b/gtk2_ardour/export_format_selector.h index 6e1dd52786..9533b15d9b 100644 --- a/gtk2_ardour/export_format_selector.h +++ b/gtk2_ardour/export_format_selector.h @@ -21,12 +21,12 @@ #ifndef __export_format_selector_h__ #define __export_format_selector_h__ -#include "ardour/export_profile_manager.h" - +#include #include #include #include +#include "ardour/export_profile_manager.h" #include "ardour/session_handle.h" namespace ARDOUR { @@ -76,7 +76,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr { public: Gtk::TreeModelColumn format; - Gtk::TreeModelColumn label; + Gtk::TreeModelColumn label; FormatCols () { add (format); add (label); } };