提交 d8f6460c 编写于 作者: Z zhiboniu 提交者: zhiboniu

remove const before jsondata

上级 d9b219a7
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
namespace PaddleDetection { namespace PaddleDetection {
void load_jsonf(std::string jsonfile, const Json::Value& jsondata); void load_jsonf(std::string jsonfile, Json::Value& jsondata);
// Inference model configuration parser // Inference model configuration parser
class ConfigPaser { class ConfigPaser {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
namespace PaddleDetection { namespace PaddleDetection {
void load_jsonf(std::string jsonfile, const Json::Value &jsondata) { void load_jsonf(std::string jsonfile, Json::Value &jsondata) {
std::ifstream ifs; std::ifstream ifs;
ifs.open(jsonfile); ifs.open(jsonfile);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册