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

pht: fix compilation with pedantic

parent 3283e34d
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ struct IndexEntry : public dht::Value::Serializable<IndexEntry> { ...@@ -262,7 +262,7 @@ struct IndexEntry : public dht::Value::Serializable<IndexEntry> {
Blob prefix; Blob prefix;
Value value; Value value;
std::string name; std::string name;
MSGPACK_DEFINE_MAP(prefix, value); MSGPACK_DEFINE_MAP(prefix, value)
}; };
class Pht { class Pht {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment