# revisions: 47491,47517,47475

git-svn-id: branches/fixes_3_2@47577 -
This commit is contained in:
marco 2020-11-25 08:17:58 +00:00
parent 9163637388
commit d81a89e309
6 changed files with 4 additions and 8 deletions

View File

@ -48,7 +48,6 @@ type
TDepthFirstCallbackType = specialize TDepthFirstCallback<T>;
TBreadthFirstCallbackType = specialize TBreadthFirstCallback<T>;
private type
type
TStackType = specialize TStack<TTreeNodeType>;
TQueueType = specialize TQueue<TTreeNodeType>;
private

View File

@ -494,5 +494,4 @@ end;
Revision 1.1 2002/12/15 21:01:24 marco
Initial revision
}

}

View File

@ -87,4 +87,4 @@ end;
}
}

View File

@ -1119,4 +1119,3 @@ end;
Initial revision
}


View File

@ -718,5 +718,4 @@ end;
Revision 1.1 2002/12/15 21:01:28 marco
Initial revision
}

}

View File

@ -1231,7 +1231,7 @@ HKCR
StringMap[NextString].ComStr:=StringToOleStr(PString(Params^)^);
StringMap[NextString].PasStr:=PString(Params^);
Arguments[i].VType:=varOleStr or varByRef;
Arguments[i].VPointer:=StringMap[NextString].ComStr;
Arguments[i].VPointer:=@StringMap[NextString].ComStr;
inc(NextString);
inc(PPointer(Params));
end;