Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317991 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- cinelerra/edits.C
0
++ cinelerra/edits.C
Lines 47-53 Link Here
47
	this->edl = edl;
47
	this->edl = edl;
48
	this->track = track;
48
	this->track = track;
49
49
50
	List<Edit>::List<Edit>();
50
	List<Edit>();
51
	default_edit->edl = edl;
51
	default_edit->edl = edl;
52
	default_edit->track = track;
52
	default_edit->track = track;
53
	default_edit->startproject = 0;
53
	default_edit->startproject = 0;

Return to bug 317991