From fad1f084b910066b6e950c7787b94a0cae87edb5 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期三, 26 六月 2024 14:53:15 +0800
Subject: [PATCH] 提交代码
---
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