diff options
Diffstat (limited to 'audio/ardour/files/patch-gtk2__ardour_automation__selectable.h')
-rw-r--r-- | audio/ardour/files/patch-gtk2__ardour_automation__selectable.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h b/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h deleted file mode 100644 index 3ea4c8fd6841..000000000000 --- a/audio/ardour/files/patch-gtk2__ardour_automation__selectable.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk2_ardour/automation_selectable.h.orig 2009-02-24 12:37:42 UTC -+++ gtk2_ardour/automation_selectable.h -@@ -36,7 +36,7 @@ struct AutomationSelectable : public Sel - AutomationSelectable (nframes_t s, nframes_t e, double l, double h, TimeAxisView& atv) - : start (s), end (e), low_fract (l), high_fract (h), track (atv) {} - -- bool operator== (const AutomationSelectable& other) { -+ bool operator== (const AutomationSelectable& other) const { - return start == other.start && - end == other.end && - low_fract == other.low_fract && |