X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Flocation.cc;h=4482876973bd74d54866adb0f6f0d90f5b2aaee6;hb=551e20b926e164b3579d5e6b39f5e2fcb1ced93e;hp=c693e1f5d55034e3d84f421990a3206755fc7296;hpb=960cff790bb246c9b6e1d48751ee9854b1d61736;p=ardour.git diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc index c693e1f5d5..4482876973 100644 --- a/libs/ardour/location.cc +++ b/libs/ardour/location.cc @@ -104,6 +104,7 @@ Location::Location (const Location& other) Location::Location (Session& s, const XMLNode& node) : SessionHandleRef (s) + , _flags (Flags (0)) , _position_lock_style (AudioTime) { /* Note: _position_lock_style is initialised above in case set_state doesn't set it