* Fixed TTarget.HaveOptions

git-svn-id: trunk@13224 -
This commit is contained in:
michael 2009-06-01 15:09:20 +00:00
parent 163eea05fd
commit 38be92f20e

View File

@ -4596,7 +4596,7 @@ end;
function TTarget.HaveOptions: Boolean;
begin
Result:=(FOptions<>Nil);
end;