summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/location.h')
-rw-r--r--libs/ardour/ardour/location.h4
1 files changed, 2 insertions, 2 deletions
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; }