fix, patch dep, only when loading not when cloning

This commit is contained in:
Basile Burg 2015-05-09 08:33:43 +02:00
parent cd8efb0e5d
commit 2442892fec
1 changed files with 0 additions and 2 deletions

View File

@ -629,8 +629,6 @@ begin
fRelease := src.fRelease; fRelease := src.fRelease;
fAllinst := src.fAllInst; fAllinst := src.fAllInst;
fStackStomp := src.fStackStomp; fStackStomp := src.fStackStomp;
//
depPatch;
end end
else inherited; else inherited;
end; end;