From af82a06517db99d8c611edba20cb19900d0690a7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Oct 2019 14:34:20 -0600 Subject: make BusProfile argument to new Session constructor be const (and in associated call tree) --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session.cc') 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) -- cgit v1.2.3