From ecad88d2128f920f5e11cc3ff443d62b225c79d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 17:12:50 +0100 Subject: Cleanup: Use "using" instead of "typedef" where appropriate --- src/client/ClientStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 6aadcf2a..a42efd16 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -240,7 +240,7 @@ ClientStore::message(const Message& msg) void ClientStore::operator()(const Put& msg) { - typedef Properties::const_iterator Iterator; + using Iterator = Properties::const_iterator; const auto& uri = msg.uri; const auto& properties = msg.properties; -- cgit v1.2.1