X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmaskauto.h;h=1bae9ab8a7a375e3d28887b9fc1becc13d3f3c14;hp=5162d8e97d6fef901b478daeabc96c5bffad65fa;hb=c857b2fb7965d27d86d5785fb9f1b8957a871a1a;hpb=413642aafb5e96e9c72b53312176838526fbfd97;ds=sidebyside diff --git a/cinelerra-5.1/cinelerra/maskauto.h b/cinelerra-5.1/cinelerra/maskauto.h index 5162d8e9..1bae9ab8 100644 --- a/cinelerra-5.1/cinelerra/maskauto.h +++ b/cinelerra-5.1/cinelerra/maskauto.h @@ -47,7 +47,7 @@ public: class SubMask { public: - SubMask(MaskAuto *keyframe); + SubMask(MaskAuto *keyframe, int no); ~SubMask(); // Don't use == @@ -58,6 +58,7 @@ public: void copy(FileXML *file); void dump(); + char name[BCSTRLEN]; ArrayList points; MaskAuto *keyframe; };