diff --git a/src/client/List.hxx b/src/client/List.hxx index 9a0202f8e..15a91d3be 100644 --- a/src/client/List.hxx +++ b/src/client/List.hxx @@ -25,8 +25,9 @@ #include class ClientList { - typedef boost::intrusive::list> List; + using List = + boost::intrusive::list>; const unsigned max_size;