On 1/20/2010 06:12, Alexander Klenin wrote:
From PropEditUtils.pas (recently split by me from PropEditS.pp):

TGetStringProc = procedure(const s:ansistring) of object;

From Classes.pp:

TGetStrProc = procedure(const S: string) of object;

I think TGetStringProc is redundant and should be removed.
Should I prepare a patch?


i notice that one is "string" and the other is "ansistring"... aren't they different enough to possibly cause problems where one is expected by the use of the old routine and suddenly the new one doesn't support the same?

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to