packaging tweaks for OS X
[ardour.git] / gtk2_ardour / export_dialog.h
index 73d11ecffdf983575ab49a8171fe9ba7f1f2a541..835c220c2331f1b7d9a0697bc7aa68da0a03525f 100644 (file)
@@ -93,6 +93,8 @@ class ExportDialog : public ArdourDialog {
 
        void init ();
 
+       void expanded_changed();
+
        void notify_errors ();
        void close_dialog ();
 
@@ -114,6 +116,9 @@ class ExportDialog : public ArdourDialog {
 
        /*** GUI components ***/
 
+       Glib::RefPtr<Gtk::SizeGroup> advanced_sizegroup;
+       Gtk::Expander * advanced;
+
        /* Warning area */
 
        Gtk::HBox           warn_hbox;