mirror of
https://github.com/oxen-io/oxen-mq.git
synced 2023-12-13 21:00:31 +01:00
Silence -Wmismatched-tags warning
This commit is contained in:
parent
443eca3955
commit
fa7d4a8a42
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue