X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fkeyframe.h;h=d766b915078dd72a382990f9c82e246bda1da386;hp=0d2f4804600fc113ef45a22a5ebc869aa861e881;hb=55b362978e0118efc34c0a654b19c99484c0f346;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/keyframe.h b/cinelerra-5.1/cinelerra/keyframe.h index 0d2f4804..d766b915 100644 --- a/cinelerra-5.1/cinelerra/keyframe.h +++ b/cinelerra-5.1/cinelerra/keyframe.h @@ -34,8 +34,10 @@ class KeyFrame : public Auto { + KeyFrame &operator =(KeyFrame &k) { return k; } //illegal public: KeyFrame(); + KeyFrame(const char *buf, long len); KeyFrame(EDL *edl, KeyFrames *autos); virtual ~KeyFrame();