Another engine dialog edge-case fix to set the samplerate
[ardour.git] / gtk2_ardour / export_video_infobox.h
index 6bd6c64533e1c9235f69e7eb5a0e2f6cbfe2b3cb..c22476028c96c090330747ec3033c509bbade0fd 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __gtk_ardour_export_video_infobox_h__
 #define __gtk_ardour_export_video_infobox_h__
 
-#include <gtkmm.h>
+#include <gtkmm/checkbutton.h>
 #include "ardour_dialog.h"
 
 /** @class ExportVideoInfobox
  */
 class ExportVideoInfobox : public ArdourDialog
 {
-  public:
+public:
        ExportVideoInfobox (ARDOUR::Session*);
        ~ExportVideoInfobox ();
 
        bool show_again () { return showagain_checkbox.get_active(); }
 
-  private:
-       //void on_show ();
+private:
        Gtk::CheckButton showagain_checkbox;
 };