Fix compile error

This commit is contained in:
Tindy X 2020-05-15 23:26:26 +08:00
parent 54747a3268
commit d00e901d23
No known key found for this signature in database
GPG Key ID: C6AD413169968D58

View File

@ -1640,7 +1640,7 @@ std::string netchToSSSub(std::string &base_conf, std::vector<nodeInfo> &nodes, e
}
rapidjson::Value jsondata;
json.Swap(jsondata);
jsondata = json.Move();
output_content = "[";
for(nodeInfo &x : nodes)