aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/apps/vbench/vbench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/apps/vbench/vbench.cpp')
-rw-r--r--vbench/src/apps/vbench/vbench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbench/src/apps/vbench/vbench.cpp b/vbench/src/apps/vbench/vbench.cpp
index edaa68b8838..ffea64c6034 100644
--- a/vbench/src/apps/vbench/vbench.cpp
+++ b/vbench/src/apps/vbench/vbench.cpp
@@ -10,7 +10,7 @@ using namespace vbench;
VESPA_THREAD_STACK_TAG(vbench_thread);
-typedef vespalib::SignalHandler SIG;
+using SIG = vespalib::SignalHandler;
struct NotifyDone : public vespalib::Runnable {
vespalib::Gate &done;