mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
fix initialization order warning
This commit is contained in:
parent
ac18b84351
commit
670b1fe3e2
1 changed files with 2 additions and 2 deletions
|
|
@ -91,10 +91,10 @@ Item::Item (Item* parent, Duple const& p)
|
|||
, _visible (true)
|
||||
, _pack_options (PackOptions (0))
|
||||
, _layout_sensitive (false)
|
||||
, _requested_width (-1.)
|
||||
, _requested_height(-1.)
|
||||
, _lut (0)
|
||||
, _resize_queued (false)
|
||||
, _requested_width (-1.)
|
||||
, _requested_height(-1.)
|
||||
, _ignore_events (false)
|
||||
, _scroll_translation (true)
|
||||
, _bounding_box_dirty (true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue