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