summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-28 05:54:42 +0200
committerRobin Gareus <robin@gareus.org>2017-09-29 05:03:48 +0200
commit3d1e1d72133543bde69cc60bbdbfc6821f48c221 (patch)
treee9d7b604f0ab95ff213bd7f921d8b2bedba36682 /libs/ardour/route.cc
parentabb7cb90e703ccce72618b2a910112a8d25b5572 (diff)
clean up route header, NO-OP (except variable re-order)
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index a0d6676b22..20435cdbf4 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -110,10 +110,10 @@ Route::Route (Session& sess, string name, PresentationInfo::Flag flag, DataType
, _have_internal_generator (false)
, _default_type (default_type)
, _track_number (0)
+ , _strict_io (false)
, _in_configure_processors (false)
, _initial_io_setup (false)
, _in_sidechain_setup (false)
- , _strict_io (false)
, _custom_meter_position_noted (false)
, _pinmgr_proxy (0)
, _patch_selector_dialog (0)