mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix Mixbus builds (1/2)
This commit is contained in:
parent
f996808962
commit
293a359d10
1 changed files with 1 additions and 1 deletions
|
|
@ -1276,7 +1276,7 @@ Session::parse_route_state (const string& path, bool& match_pbd_id)
|
|||
|
||||
int mixbus = 0;
|
||||
#ifdef MIXBUS
|
||||
rxml->get_property (X_("mixbus-num"), mixbus)
|
||||
rxml->get_property (X_("mixbus-num"), mixbus);
|
||||
#endif
|
||||
|
||||
rv.emplace (id, RouteImportInfo (name, pi, mixbus));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue