Browse Source

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

git-svn-id: trunk@37853 -
michael 8 năm trước cách đây
mục cha
commit
4ed6280bb6
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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