From c7b0ac984b29324780262050bddfcfc34ac58eda Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Thu, 19 Jul 2018 17:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DZLToolKit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_wrapper/src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_wrapper/src/common.cpp b/c_wrapper/src/common.cpp index a86699ea..59b1096d 100755 --- a/c_wrapper/src/common.cpp +++ b/c_wrapper/src/common.cpp @@ -136,7 +136,7 @@ public: _cb = cb; } virtual ~LogoutChannel(){} - void write(const LogInfo_ptr &logInfo){ + void write(const LogInfoPtr &logInfo){ if (level() > logInfo->_level) { return; }