fix, exclusions were not copied when cloning a config

This commit is contained in:
Basile Burg 2015-02-16 02:54:44 +01:00
parent 804dff87d1
commit e618812740
1 changed files with 1 additions and 0 deletions

View File

@ -879,6 +879,7 @@ begin
fImpt.Assign(src.fImpt); fImpt.Assign(src.fImpt);
fFName := patchPlateformPath(src.fFname); fFName := patchPlateformPath(src.fFname);
fObjDir := patchPlateformPath(src.fObjDir); fObjDir := patchPlateformPath(src.fObjDir);
fExcl.Assign(src.fExcl);
end end
else inherited; else inherited;
end; end;