summaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/fbench/client.h')
-rw-r--r--fbench/src/fbench/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/client.h b/fbench/src/fbench/client.h
index f2f354a35fb..ebdcae4d6cb 100644
--- a/fbench/src/fbench/client.h
+++ b/fbench/src/fbench/client.h
@@ -183,7 +183,7 @@ private:
void run();
public:
- typedef std::unique_ptr<Client> UP;
+ using UP = std::unique_ptr<Client>;
/**
* The client arguments given to this method becomes the
* responsibility of the client.