mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
fix reordering warning
This commit is contained in:
parent
dc44d10b48
commit
033dd31ff1
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ static const gchar *_grid_type_strings[] = {
|
|||
};
|
||||
|
||||
EditingContext::EditingContext (std::string const & name)
|
||||
: _name (name)
|
||||
, rubberband_rect (0)
|
||||
: rubberband_rect (0)
|
||||
, _name (name)
|
||||
, pre_internal_grid_type (GridTypeBeat)
|
||||
, pre_internal_snap_mode (SnapOff)
|
||||
, internal_grid_type (GridTypeBeat)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue