mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -38,7 +38,7 @@ class ArdourKeyboard : public Gtkmm2ext::Keyboard
|
|||
public:
|
||||
ArdourKeyboard(ARDOUR_UI&);
|
||||
|
||||
XMLNode& get_state (void);
|
||||
XMLNode& get_state () const;
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
||||
void setup_keybindings ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue