13
0

Initialize uninitialized variable

This commit is contained in:
Robin Gareus 2018-08-18 14:09:39 +02:00
parent 7b9461cbe5
commit cf775ef4d3

View File

@ -183,6 +183,7 @@ Region::register_properties ()
, _transient_user_start (0) \
, _transient_analysis_start (0) \
, _transient_analysis_end (0) \
, _soloSelected (false) \
, _muted (Properties::muted, false) \
, _opaque (Properties::opaque, true) \
, _locked (Properties::locked, false) \