fix reordering warning
This commit is contained in:
parent
dc44d10b48
commit
033dd31ff1
@ -94,8 +94,8 @@ static const gchar *_grid_type_strings[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
EditingContext::EditingContext (std::string const & name)
|
EditingContext::EditingContext (std::string const & name)
|
||||||
: _name (name)
|
: rubberband_rect (0)
|
||||||
, rubberband_rect (0)
|
, _name (name)
|
||||||
, pre_internal_grid_type (GridTypeBeat)
|
, pre_internal_grid_type (GridTypeBeat)
|
||||||
, pre_internal_snap_mode (SnapOff)
|
, pre_internal_snap_mode (SnapOff)
|
||||||
, internal_grid_type (GridTypeBeat)
|
, internal_grid_type (GridTypeBeat)
|
||||||
|
Loading…
Reference in New Issue
Block a user