Silence -Wmismatched-tags warning

This commit is contained in:
Jason Rhinelander 2020-03-05 01:19:29 -04:00
parent 443eca3955
commit fa7d4a8a42
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ private:
std::string pk;
std::string route;
friend class LokiMQ;
friend class std::hash<ConnectionID>;
friend struct std::hash<ConnectionID>;
template <typename... T>
friend bt_dict build_send(ConnectionID to, string_view cmd, const T&... opts);
friend std::ostream& operator<<(std::ostream& o, const ConnectionID& conn);