X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=ETL%2FETL%2F_bspline.h;h=3c56683e7ab5f157dbbb37fbb64db7d25778b193;hp=edc00a7cc7d1f9a0016bde53c914fb7826355661;hb=545d85e234bb5140f5898f06aee377cc27c406b3;hpb=d243d7ecee75cc386a751c79ce7085e92afcbf27 diff --git a/ETL/ETL/_bspline.h b/ETL/ETL/_bspline.h index edc00a7..3c56683 100644 --- a/ETL/ETL/_bspline.h +++ b/ETL/ETL/_bspline.h @@ -91,11 +91,11 @@ public: while(m>(signed)_cpoints.size()) m--; for(i=0;i(signed)_cpoints.size()) m--; for(i=0;i<=(signed)_cpoints.size()-m+1;i++) - *_knots.insert(_knots.end())=i; + _knots.insert(_knots.end(), i); } }