X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffloatauto.h;h=cc4168c46c824b60f526a136459d1742f155b1bc;hb=8aa6d71ebd2c65785a8b553fc6fc38ac19041ce0;hp=be0b304e720f529c6aaafe81bae7b64127ccc442;hpb=0c36fdb4fc4d4a2efe353e2b6eb0bf5a1b1485d6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/floatauto.h b/cinelerra-5.1/cinelerra/floatauto.h index be0b304e..cc4168c4 100644 --- a/cinelerra-5.1/cinelerra/floatauto.h +++ b/cinelerra-5.1/cinelerra/floatauto.h @@ -42,6 +42,7 @@ public: int operator==(Auto &that); int operator==(FloatAuto &that); int identical(FloatAuto *src); + int equals(FloatAuto *src); void copy_from(Auto *that); void copy_from(FloatAuto *that); int interpolate_from(Auto *a1, Auto *a2, int64_t pos, Auto *templ=0); // bezier interpolation