Remove ifstream / ofstream when accessing session template files (or creating a new...
[ardour.git] / libs / ardour / location.cc
index c693e1f5d55034e3d84f421990a3206755fc7296..4482876973bd74d54866adb0f6f0d90f5b2aaee6 100644 (file)
@@ -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