mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
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:
parent
52139d8291
commit
6dfb04c4da
27 changed files with 506 additions and 469 deletions
|
|
@ -156,7 +156,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
|
||||
protected:
|
||||
BasicUI ();
|
||||
ARDOUR::Session* session;
|
||||
ARDOUR::Session* _session;
|
||||
};
|
||||
|
||||
#endif /* __ardour_basic_ui_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue