Fix schema "import" generation.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2986 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2014-05-02 01:49:33 +00:00
parent cb00cea75a
commit 0bff229235

View File

@@ -168,8 +168,8 @@ begin
end;
g := TWsdlTypechemaGenerator.Create(Document) as IGenerator;
for i := 0 to Pred(mdlLs.Count) do begin
mdl := TPasModule(mdlLs[i]);
if (mdl <> AModule) then begin
mdl := TPasModule(mdlLs[i]);
if mdl.InheritsFrom(TPasNativeModule) then
Continue;
s := ASymTable.GetExternalName(mdl);