summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientStore.cpp')
-rw-r--r--src/client/ClientStore.cpp2
1 files changed, 1 insertions, 1 deletions
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;