Fix warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@8511 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-14 22:26:45 +00:00
parent ae2314e4f9
commit bea909f8d0

View File

@ -195,6 +195,8 @@ ProcessorEntry::setup_visuals ()
_frame.set_name ("ProcessorFrameActiveSend");
_event_box.set_state (Gtk::STATE_ACTIVE);
break;
default:
break;
}
}