]> git.pld-linux.org Git - packages/framewave.git/blame - framewave-c++.patch
- new
[packages/framewave.git] / framewave-c++.patch
CommitLineData
7a3dd3af
JB
1--- FRAMEWAVE_1.3.1_SRC/Framewave/domain/common/include/fe.h.orig 2009-07-09 11:15:40.000000000 +0200
2+++ FRAMEWAVE_1.3.1_SRC/Framewave/domain/common/include/fe.h 2013-02-20 17:25:54.537266158 +0100
3@@ -1302,7 +1302,7 @@
4 {
5 protected:
6 // Algorithm instance
7- mutable FE &fe;
8+ FE &fe;
9 const U32 width;
10 const S32 s1Step, s2Step, s3Step,s4Step;
11 const S32 d1Step,d2Step,d3Step,d4Step;
12--- FRAMEWAVE_1.3.1_SRC/Framewave/domain/common/include/fex.h.orig 2009-07-09 11:15:40.000000000 +0200
13+++ FRAMEWAVE_1.3.1_SRC/Framewave/domain/common/include/fex.h 2013-02-20 17:34:16.300578433 +0100
14@@ -119,7 +119,7 @@
15 class B0St
16 {
17 protected:
18- mutable FE &fe; // Algorithm instance
19+ FE &fe; // Algorithm instance
20 const U32 width;
21 const S32 s1Step, s2Step, s3Step,s4Step;
22 U32 threads;
This page took 0.097399 seconds and 4 git commands to generate.