From b8e6a7bb37d04f1e974e231a5caffc1854cf7f41 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 09:37:26 +0800 Subject: [PATCH] this update tree data item --- jrj/xframe/wobject/xstring.hpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/wobject/xstring.hpp b/jrj/xframe/wobject/xstring.hpp index 020ebfd..8049037 100644 --- a/jrj/xframe/wobject/xstring.hpp +++ b/jrj/xframe/wobject/xstring.hpp @@ -87,7 +87,8 @@ xstring rtrim(); bool isNumber(); - xstring replace(wchar_t* from, wchar_t* to, int pos); + xstring replace(const wchar_t* from, const wchar_t* to); + xstring replace(const wchar_t* from, const wchar_t* to, int pos); }; xstring operator +(const wchar_t* lhs, const xstring& rhs); -- Gitblit v1.9.3