Explorar o código

* Fix bug ID #32403, return type for replace function to support unicode string

git-svn-id: trunk@37853 -
michael %!s(int64=8) %!d(string=hai) anos
pai
achega
4ed6280bb6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/regexpr/src/regexpr.pas

+ 1 - 2
packages/regexpr/src/regexpr.pas

@@ -207,8 +207,7 @@ type
 
  TRegExpr = class;
 
- TRegExprReplaceFunction = function (ARegExpr : TRegExpr): string
-                               of object;
+ TRegExprReplaceFunction = function (ARegExpr : TRegExpr): RegExprString of object;
 
  TRegExpr = class
    private