summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-10 14:34:20 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-10 16:52:00 -0600
commitaf82a06517db99d8c611edba20cb19900d0690a7 (patch)
tree92b89748a4500070ebe9269e32025a6ed46ab90c /libs/ardour/session.cc
parent7f4e9fe211c1ec837b8159eeaa691b593784ab6c (diff)
make BusProfile argument to new Session constructor be const (and in associated call tree)
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 4214681753..469cf0b9b3 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -171,7 +171,7 @@ const uint32_t Session::session_end_shift = 0;
Session::Session (AudioEngine &eng,
const string& fullpath,
const string& snapshot_name,
- BusProfile* bus_profile,
+ BusProfile const * bus_profile,
string mix_template)
: _playlists (new SessionPlaylists)
, _engine (eng)