From 9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8 Mon Sep 17 00:00:00 2001 From: Rafał Mużyło Date: Thu, 3 Mar 2011 14:31:14 +0000 Subject: Drop the need to use libglademm --- src/minimalstreamwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minimalstreamwidget.h') diff --git a/src/minimalstreamwidget.h b/src/minimalstreamwidget.h index ba7eb1d..7d5ee24 100644 --- a/src/minimalstreamwidget.h +++ b/src/minimalstreamwidget.h @@ -25,7 +25,7 @@ class MinimalStreamWidget : public Gtk::VBox { public: - MinimalStreamWidget(BaseObjectType* cobject, const Glib::RefPtr& x); + MinimalStreamWidget(BaseObjectType* cobject, const Glib::RefPtr& x); Gtk::VBox *channelsVBox; Gtk::Label *nameLabel, *boldNameLabel; -- cgit