updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / k3d / gcc-4.6.patch
blob6ada26275b1d5d111230b6455cd6fa4334f5310d
1 --- a/k3dsdk/gil/boost/gil/extension/dynamic_image/apply_operation_base.hpp 2010-04-18 07:51:06.000000000 +0200
2 +++ b/k3dsdk/gil/boost/gil/extension/dynamic_image/apply_operation_base.hpp 2011-10-14 12:24:57.219100822 +0200
3 @@ -114,7 +114,7 @@
4 template <typename T2, typename Op>
5 struct reduce_bind1 {
6 const T2& _t2;
7 - mutable Op& _op;
8 + Op& _op;
10 typedef typename Op::result_type result_type;
12 @@ -127,7 +127,7 @@
13 struct reduce_bind2 {
14 const Bits1& _bits1;
15 std::size_t _index1;
16 - mutable Op& _op;
17 + Op& _op;
19 typedef typename Op::result_type result_type;