make kfrm operator= illegal, use copy_from instead
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframe.h
index 0d2f4804600fc113ef45a22a5ebc869aa861e881..89edf1f984af931cf86edbabdd4aa91b086056ac 100644 (file)
@@ -34,6 +34,7 @@
 
 class KeyFrame : public Auto
 {
+       KeyFrame &operator =(KeyFrame &k) { return k; } //illegal
 public:
        KeyFrame();
        KeyFrame(EDL *edl, KeyFrames *autos);