瀏覽代碼

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

git-svn-id: trunk@37853 -
michael 7 年之前
父節點
當前提交
4ed6280bb6
共有 1 個文件被更改,包括 1 次插入2 次删除
  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