summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_main_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_main_dialog.h')
-rw-r--r--gtk2_ardour/export_main_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/export_main_dialog.h b/gtk2_ardour/export_main_dialog.h
index af795554e1..9c4429856d 100644
--- a/gtk2_ardour/export_main_dialog.h
+++ b/gtk2_ardour/export_main_dialog.h
@@ -181,6 +181,8 @@ class ExportMainDialog : public ArdourDialog {
void add_file_page (ARDOUR::ExportProfileManager::FormatStatePtr format_state, ARDOUR::ExportProfileManager::FilenameStatePtr filename_state);
void remove_file_page (FilePage * page);
void update_remove_file_page_sensitivity ();
+
+ sigc::connection page_change_connection;
void handle_page_change (GtkNotebookPage*, uint32_t page);
uint32_t last_visible_page;