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;
|
||||
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);
|
||||
|
Reference in New Issue
Block a user