Constification: make Stateful::get_state() const, with all other required const-ness added (GUI)

This commit is contained in:
Paul Davis 2022-04-06 21:56:45 -06:00
parent 7bf89ce109
commit ca22ba77e1
35 changed files with 43 additions and 42 deletions

View file

@ -364,7 +364,7 @@ RecorderUI::tabbed_changed (bool tabbed)
}
XMLNode&
RecorderUI::get_state ()
RecorderUI::get_state () const
{
XMLNode* node = new XMLNode (X_("Recorder"));
node->add_child_nocopy (Tabbable::get_state ());