yet another multi-ABI bundle installer fix
[ardour.git] / gtk2_ardour / sfdb_ui.h
index 3c4f088258d4f798c181f648c70c19f974783944..f070d36ab6daf245313921daac16de4339484ad8 100644 (file)
@@ -303,7 +303,7 @@ class SoundFileOmega : public SoundFileBrowser
        typedef std::map<std::string,Editing::ImportDisposition> DispositionMap;
        DispositionMap disposition_map;
 
-       Gtk::HBox options;
+       Gtk::Table options;
        Gtk::VBox block_two;
        Gtk::VBox block_three;
        Gtk::VBox block_four;
@@ -321,6 +321,9 @@ class SoundFileOmega : public SoundFileBrowser
        void where_combo_changed ();
 
        void do_something (int action);
+
+       bool _import_active;
+       bool _reset_post_import;
 };
 
 #endif // __ardour_sfdb_ui_h__