You've already forked lazarus-ccr
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:
@@ -168,8 +168,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
g := TWsdlTypechemaGenerator.Create(Document) as IGenerator;
|
g := TWsdlTypechemaGenerator.Create(Document) as IGenerator;
|
||||||
for i := 0 to Pred(mdlLs.Count) do begin
|
for i := 0 to Pred(mdlLs.Count) do begin
|
||||||
if (mdl <> AModule) then begin
|
|
||||||
mdl := TPasModule(mdlLs[i]);
|
mdl := TPasModule(mdlLs[i]);
|
||||||
|
if (mdl <> AModule) then begin
|
||||||
if mdl.InheritsFrom(TPasNativeModule) then
|
if mdl.InheritsFrom(TPasNativeModule) then
|
||||||
Continue;
|
Continue;
|
||||||
s := ASymTable.GetExternalName(mdl);
|
s := ASymTable.GetExternalName(mdl);
|
||||||
|
Reference in New Issue
Block a user