mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
add missing include
This commit is contained in:
parent
0d137f7bdf
commit
dee89fb98a
1 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@
|
|||
#include "ardour/filename_extensions.h"
|
||||
#include "ardour/midi_track.h"
|
||||
#include "ardour/internal_send.h"
|
||||
#include "ardour/profile.h"
|
||||
#include "ardour/send.h"
|
||||
#include "ardour/route.h"
|
||||
#include "ardour/session.h"
|
||||
|
|
@ -596,7 +597,7 @@ RouteUI::solo_press(GdkEventButton* ev)
|
|||
boost::shared_ptr<RouteList> rl;
|
||||
|
||||
if (ev->button == 1) {
|
||||
if (ARDOUR::Profile->get_mixbus()) && _route->route_group() {
|
||||
if (ARDOUR::Profile->get_mixbus() && _route->route_group()) {
|
||||
|
||||
rl = _route->route_group()->route_list();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue