1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Fixing build with gcc 4.5 http://bugs.gentoo.org/show_bug.cgi?id=317991 Patch written by Kacper Kowalik <xarthisius.kk@gmail.com> --- cinelerra/edits.C +++ cinelerra/edits.C @@ -47,7 +47,7 @@ this->edl = edl; this->track = track; - List<Edit>::List<Edit>(); + List<Edit>(); default_edit->edl = edl; default_edit->track = track; default_edit->startproject = 0;