From cfe2fd47edee46fea43cc6bda85e74cd30beeaef Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 16:02:09 +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