From 69c9e2296c1436e3959b6702110c03738d2a5549 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Aug 2010 22:23:32 +0000 Subject: Fix up state save/load of location lock/glue settings. git-svn-id: svn://localhost/ardour2/branches/3.0@7579 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/location.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h index 429fac177c..f3c322e2d4 100644 --- a/libs/ardour/ardour/location.h +++ b/libs/ardour/ardour/location.h @@ -58,8 +58,8 @@ class Location : public SessionHandleRef, public PBD::StatefulDestructible Location* operator= (const Location& other); bool locked() const { return _locked; } - void lock() { _locked = true; LockChanged (this); } - void unlock() { _locked = false; LockChanged (this); } + void lock (); + void unlock (); nframes64_t start() const { return _start; } nframes64_t end() const { return _end; } -- cgit v1.2.3