Index: audio/ardour/files/patch-gtk2_ardour-automation_selectable.h
===================================================================
--- audio/ardour/files/patch-gtk2_ardour-automation_selectable.h	(revision 0)
+++ audio/ardour/files/patch-gtk2_ardour-automation_selectable.h	(working copy)
@@ -0,0 +1,11 @@
+--- gtk2_ardour/automation_selectable.h.orig	2009-02-24 13:37:42.000000000 +0100
++++ gtk2_ardour/automation_selectable.h	2015-01-10 18:53:21.000000000 +0100
+@@ -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 &&

Property changes on: audio/ardour/files/patch-gtk2_ardour-automation_selectable.h
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
