From 866e0bf538d3cf97ff34bd405167538d10503a99 Mon Sep 17 00:00:00 2001
From: xuxiuxi <554325746@qq.com>
Date: 星期三, 06 三月 2019 11:50:09 +0800
Subject: [PATCH] Merge branch 'yw.1.2.fixbug' of http://192.168.1.226:10010/r/development/c++ into yw.1.2.fixbug

---
 QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h b/QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h
index 21db01e..01d9abd 100644
--- a/QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h
+++ b/QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h
@@ -21,7 +21,7 @@
 
     virtual ~RtspAnalysElement();
 
-    int addCamera(const std::string &, const std::map<int, SdkRule>& sdkRuleMap);
+    int addCamera(const std::string &, const std::map<int, SdkRule> &sdkRuleMap);
 
     int removeCamera(const std::string &);
 
@@ -40,7 +40,7 @@
 
     static std::vector<int> chnString2Vec(std::string str_list);
 
-    void setDataByType(Json::Value& json,const SdkRule& rule);
+//    void setDataByType(Json::Value& json,const SdkRule& rule);
 
 private:
     LDBTool *m_lDBTool;

--
Gitblit v1.8.0