未验证 提交 0aefef5b 编写于 作者: Z zhiboniu 提交者: GitHub

[cherry-pick] remove const before jsondata; (#5580)

test=document_fix;
上级 188ee00c
......@@ -29,7 +29,7 @@
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
class ConfigPaser {
......
......@@ -16,7 +16,7 @@
namespace PaddleDetection {
void load_jsonf(std::string jsonfile, const Json::Value &jsondata) {
void load_jsonf(std::string jsonfile, Json::Value &jsondata) {
std::ifstream ifs;
ifs.open(jsonfile);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册