fixes for errs in nested edl rework, proxy popup delete
[goodguy/history.git] / cinelerra-5.1 / cinelerra / clipedls.C
index 52dd7678ea168d41c7d9cc64ad8e434f7292d226..6f384fe8877196077e9833ca74a48e8bb0f0f90a 100644 (file)
@@ -35,7 +35,7 @@ void ClipEDLs::remove_clip(EDL *clip)
 }
 
 
-EDL* ClipEDLs::get_copy(EDL *src)
+EDL* ClipEDLs::get_nested(EDL *src)
 {
        if( !src ) return 0;
        for( int i=0; i<size(); ++i ) {