mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Constification: make Stateful::get_state() const, with all other required const-ness added (GUI)
This commit is contained in:
parent
7bf89ce109
commit
ca22ba77e1
35 changed files with 43 additions and 42 deletions
|
|
@ -260,7 +260,7 @@ VirtualKeyboardWindow::parameter_changed (std::string const& p)
|
|||
}
|
||||
|
||||
XMLNode&
|
||||
VirtualKeyboardWindow::get_state ()
|
||||
VirtualKeyboardWindow::get_state () const
|
||||
{
|
||||
XMLNode* node = new XMLNode (X_("VirtualKeyboard"));
|
||||
node->set_property (X_("Channel"), _midi_channel.get_text ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue