Skip to content
Snippets Groups Projects
Commit fa304786 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

IceCandidates: use private value ID

parent c4dfd401
No related branches found
No related tags found
No related merge requests found
......@@ -149,11 +149,6 @@ struct IceCandidates : public EncryptedValue<IceCandidates>
return EncryptedValue::getFilter();
}
virtual void unpackValue(const Value& v) {
EncryptedValue::unpackValue(v);
id = v.id;
}
Value::Id id;
Blob ice_data;
MSGPACK_DEFINE(id, ice_data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment