X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fclipedls.h;h=e64a0c945c816d3c16c931add8e5b51f18b67878;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=8d4a4f8de12c1de3d1d1d8e0b7ab69b03d6efa2b;hpb=4a90ef3ae46465c0634f81916b79e279e4bd9961;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/clipedls.h b/cinelerra-5.1/cinelerra/clipedls.h index 8d4a4f8d..e64a0c94 100644 --- a/cinelerra-5.1/cinelerra/clipedls.h +++ b/cinelerra-5.1/cinelerra/clipedls.h @@ -14,7 +14,7 @@ public: void add_clip(EDL *clip); void remove_clip(EDL *clip); // Return copy of the src EDL which belongs to the current object. - EDL* get_copy(EDL *src); + EDL* get_nested(EDL *src); void copy_nested(ClipEDLs &nested); EDL* load(char *path); void clear();