use const argument when calling ::build_session()
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Oct 2019 21:21:20 +0000 (15:21 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Oct 2019 22:52:00 +0000 (16:52 -0600)
gtk2_ardour/ardour_ui_session.cc

index ef577b9ed766e78dc8f5264dcfb428e35a32204e..0c08c1ee9c4712888df5e0b43e6ec323b83ce240 100644 (file)
@@ -499,7 +499,7 @@ ARDOUR_UI::load_session (const std::string& path, const std::string& snap_name,
 }
 
 int
-ARDOUR_UI::build_session (const std::string& path, const std::string& snap_name, BusProfile* bus_profile)
+ARDOUR_UI::build_session (const std::string& path, const std::string& snap_name, BusProfile const * bus_profile)
 {
        Session *new_session;
        int x;