Browse Source

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

git-svn-id: trunk@37853 -
michael 7 years ago
parent
commit
4ed6280bb6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/regexpr/src/regexpr.pas

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

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