add new boxblur plugin, mods to videoscope, fix segv for menu btns kfrm-tweak/kfrm...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframe.h
index 0d2f4804600fc113ef45a22a5ebc869aa861e881..d766b915078dd72a382990f9c82e246bda1da386 100644 (file)
 
 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();