X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2F_surface.h;h=eae2df095ad65480d75262a2c9189b866bd939d3;hb=f718084445cd8490afec0c0dd125526340cc1033;hp=b91ab9839ab4dfa9adfbaaf92032e7fcb8e4e311;hpb=613289c772b22989f9f990cf06414d3818b3badd;p=synfig.git diff --git a/ETL/tags/stable/ETL/_surface.h b/ETL/tags/stable/ETL/_surface.h index b91ab98..eae2df0 100644 --- a/ETL/tags/stable/ETL/_surface.h +++ b/ETL/tags/stable/ETL/_surface.h @@ -495,7 +495,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; @@ -561,7 +561,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0;