From da2dab05bfc057f9a31599710cf52fc523092055 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 26 六月 2024 15:21:37 +0800 Subject: [PATCH] update arg --- jrj/project/viewobject/view.base.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/project/viewobject/view.base.hpp b/jrj/project/viewobject/view.base.hpp index b93cc53..2c90dbf 100644 --- a/jrj/project/viewobject/view.base.hpp +++ b/jrj/project/viewobject/view.base.hpp @@ -276,7 +276,7 @@ dwobj.Redraw(); } - int AddMessage(string serverUrl, string Category, string Reciever, string EntityNo, string EntityID, string Subject, string Content) + static int AddMessage(string serverUrl, string Category, string Reciever, string EntityNo, string EntityID, string Subject, string Content) { KXMLDOMDocument x; xaserverarg arg; -- Gitblit v1.9.3