summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/crossfade_edit.h')
-rw-r--r--gtk2_ardour/crossfade_edit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h
index d3c509ca4b..3aae980ce4 100644
--- a/gtk2_ardour/crossfade_edit.h
+++ b/gtk2_ardour/crossfade_edit.h
@@ -31,8 +31,8 @@ class CrossfadeEditor : public ArdourDialog
/* these are public so that a caller/subclass can make them do the right thing.
*/
- Gtk::Button cancel_button;
- Gtk::Button ok_button;
+ Gtk::Button* cancel_button;
+ Gtk::Button* ok_button;
struct PresetPoint {
double x;
@@ -106,7 +106,7 @@ class CrossfadeEditor : public ArdourDialog
vector<Gtk::Button*> fade_out_buttons;
vector<Gtk::Button*> fade_in_buttons;
- Gtk::HBox action_box;
+ //Gtk::HBox action_box;
Gtk::VBox vpacker2;