aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/vbench/vbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/vbench/vbench/vbench.h')
-rw-r--r--vbench/src/vbench/vbench/vbench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbench/src/vbench/vbench/vbench.h b/vbench/src/vbench/vbench/vbench.h
index ddcc316f9e6..dbb46e72800 100644
--- a/vbench/src/vbench/vbench/vbench.h
+++ b/vbench/src/vbench/vbench/vbench.h
@@ -23,7 +23,7 @@ class VBench : public vespalib::Runnable,
{
private:
struct InputChain {
- typedef std::unique_ptr<InputChain> UP;
+ using UP = std::unique_ptr<InputChain>;
std::vector<Tagger::UP> taggers;
Generator::UP generator;
std::unique_ptr<vespalib::Thread> thread;