streamwidget: Fix a compile warning.

This commit is contained in:
Colin Guthrie 2010-04-20 19:46:30 +01:00
parent cbcdd0f49c
commit b11f0b7297
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
/*** StreamWidget ***/
StreamWidget::StreamWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x) :
MinimalStreamWidget(cobject, x),
mpMainWindow(NULL),
peak(NULL) {
peak(NULL),
mpMainWindow(NULL) {
x->get_widget("lockToggleButton", lockToggleButton);
x->get_widget("muteToggleButton", muteToggleButton);