mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Consistent default argument for virtual fn.
This commit is contained in:
parent
12a5102713
commit
43f329256e
2 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ public:
|
|||
XMLNode& get_state ();
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
||||
void set_mouse_mode (Editing::MouseMode, bool force=true);
|
||||
void set_mouse_mode (Editing::MouseMode, bool force = false);
|
||||
void step_mouse_mode (bool next);
|
||||
Editing::MouseMode current_mouse_mode () const { return mouse_mode; }
|
||||
Editing::MidiEditMode current_midi_edit_mode () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue