summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index 3dd777f524..b844e0eb30 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -30,7 +30,7 @@
namespace Gtk {
class Window;
- class Combo;
+ class ComboBoxText;
class Paned;
}
@@ -65,7 +65,7 @@ unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h);
GnomeCanvasPoints* get_canvas_points (std::string who, uint32_t npoints);
-int channel_combo_get_channel_count (Gtk::Combo& combo);
+int channel_combo_get_channel_count (Gtk::ComboBoxText& combo);
std::string get_font_for_style (std::string widgetname);
gint pane_handler (GdkEventButton*, Gtk::Paned*);