summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-02 23:54:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-02 23:54:06 +0000
commit67265c6d90b2a84300e99ac629f9516b4d43f07f (patch)
tree9883a6bbce4d4a422be93793169e82255458fd5c /libs/ardour/ardour/location.h
parentbcab77225765a35217505ce668404ae8a8feb999 (diff)
various fixes for moving markers, fixes a crash reported by tim blechmann and also likely #5232 and #5241
git-svn-id: svn://localhost/ardour2/branches/3.0@13754 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/location.h')
-rw-r--r--libs/ardour/ardour/location.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h
index 414f332b5e..2b9c53e063 100644
--- a/libs/ardour/ardour/location.h
+++ b/libs/ardour/ardour/location.h
@@ -56,6 +56,8 @@ class Location : public SessionHandleRef, public PBD::StatefulDestructible
Location (const Location& other);
Location (Session &, const XMLNode&);
Location* operator= (const Location& other);
+
+ bool operator==(const Location& other);
bool locked() const { return _locked; }
void lock ();