0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd: Make client enable_shared_from_this.

This commit is contained in:
Jason Volk 2017-08-23 14:33:31 -06:00
parent 174d896198
commit 00b27909a0

View file

@ -35,6 +35,7 @@ IRCD_EXCEPTION(client_error, disconnected)
struct socket;
struct client
:std::enable_shared_from_this<client>
{
struct init;