View | Details | Raw Unified | Return to bug 209332
Collapse All | Expand All

(-)audio/ardour/files/patch-gtk2__ardour_tempo__lines.h (+11 lines)
Line 0 Link Here
1
--- gtk2_ardour/tempo_lines.h.orig	2010-02-12 22:17:26 UTC
2
+++ gtk2_ardour/tempo_lines.h
3
@@ -27,7 +27,7 @@
4
 #include "simpleline.h"
5
 
6
 typedef boost::fast_pool_allocator<
7
-		std::pair<double, ArdourCanvas::SimpleLine*>,
8
+		std::pair<const double, ArdourCanvas::SimpleLine*>,
9
 		boost::default_user_allocator_new_delete,
10
 		boost::details::pool::null_mutex,
11
 		8192>

Return to bug 209332