Rename ControlProtocol::session to ControlProtocol::_session

To match ARDOUR_UI, which this is something of a long lost base class of (and
hopefully in the future a literal base class of).
This commit is contained in:
David Robillard 2021-06-15 15:34:28 -04:00
parent 52139d8291
commit 6dfb04c4da
27 changed files with 506 additions and 469 deletions

View file

@ -156,7 +156,7 @@ class LIBCONTROLCP_API BasicUI {
protected:
BasicUI ();
ARDOUR::Session* session;
ARDOUR::Session* _session;
};
#endif /* __ardour_basic_ui_h__ */