소스 검색

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

git-svn-id: trunk@37853 -
michael 8 년 전
부모
커밋
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