mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Constification: make Stateful::get_state() const, with all other required const-ness added (libs)
This commit is contained in:
parent
9e69c0d184
commit
7bf89ce109
233 changed files with 476 additions and 460 deletions
|
|
@ -369,7 +369,7 @@ public:
|
|||
int get_amount_of_tracks();
|
||||
|
||||
int set_active(bool yn);
|
||||
XMLNode &get_state();
|
||||
XMLNode& get_state() const;
|
||||
int set_state(const XMLNode &node, int version);
|
||||
|
||||
PBD::Signal0<void> ConnectionChange;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue