summaryrefslogtreecommitdiff
path: root/gtk2_ardour/interthread_progress_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/interthread_progress_window.h')
-rw-r--r--gtk2_ardour/interthread_progress_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/interthread_progress_window.h b/gtk2_ardour/interthread_progress_window.h
index 6c7f0f5bd5..653ec46420 100644
--- a/gtk2_ardour/interthread_progress_window.h
+++ b/gtk2_ardour/interthread_progress_window.h
@@ -42,11 +42,11 @@ public:
protected:
virtual bool update ();
-
+
Gtk::Button _cancel_button;
Gtk::Label _cancel_label;
Gtk::ProgressBar _bar;
-
+
private:
void cancel_clicked ();