summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-09-26 14:33:53 +0000
commit625df0912abe44912d842f1485d7d6c9a3321aef (patch)
tree45ad1fba0b6d40c8d441e3416f92ab2b0a4dcf7d /gtk2_ardour/add_route_dialog.h
parent97c911262100ad866a17a0aea8f4f0d306fb6625 (diff)
got ardour_dialog compiling
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 3db8772859..6a2aea7871 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -8,6 +8,7 @@
#include <gtkmm/adjustment.h>
#include <gtkmm/spinbutton.h>
#include <gtkmm/button.h>
+#include <gtkmm/comboboxtext.h>
#include <gtkmm2ext/click_box.h>
@@ -33,7 +34,7 @@ class AddRouteDialog : public ArdourDialog
Gtk::RadioButton bus_button;
Gtk::Adjustment routes_adjustment;
Gtk::SpinButton routes_spinner;
- Gtk::Combo channel_combo;
+ Gtk::ComboBoxText channel_combo;
};
#endif /* __gtk_ardour_add_route_dialog_h__ */