mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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
|
|
@ -317,7 +317,7 @@ ControlProtocol::bundles ()
|
|||
}
|
||||
|
||||
XMLNode&
|
||||
ControlProtocol::get_state ()
|
||||
ControlProtocol::get_state () const
|
||||
{
|
||||
XMLNode* node = new XMLNode (state_node_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue