From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- include/clientprotocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/clientprotocol.h') diff --git a/include/clientprotocol.h b/include/clientprotocol.h index 7be110f07..7c2ed6365 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -290,7 +290,7 @@ public: bool IsOwned() const { return owned; } }; - typedef std::vector ParamList; + using ParamList = std::vector; /** Escapes a value to the tag format. * @param value The value to escape. @@ -303,7 +303,7 @@ public: static std::string UnescapeTag(const std::string& value); private: - typedef std::vector> SerializedList; + using SerializedList = std::vector>; ParamList params; TagMap tags; -- cgit v1.3.1-10-gc9f91