fix, prop not copied could lead to missing value in config clone

This commit is contained in:
Basile Burg 2015-01-09 17:34:36 +01:00
parent 43564af3a3
commit dbcb5eb423
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ begin
fVerIds.Assign(src.fVerIds);
fInline := src.fInline;
fNoBounds := src.fNoBounds;
fBoundsCheck:= src.fBoundsCheck;
fOptimz := src.fOptimz;
fGenStack := src.fGenStack;
fMain := src.fMain;