aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestormetrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h b/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
index bc60fe01dfa..f3b9d07c322 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
+++ b/storage/src/vespa/storage/persistence/filestorage/filestormetrics.h
@@ -164,7 +164,7 @@ struct FileStorMetrics : public metrics::MetricSet
metrics::LongCountMetric diskEvents;
metrics::LongAverageMetric bucket_db_init_latency;
- explicit FileStorMetrics();
+ FileStorMetrics();
~FileStorMetrics() override;
void initDiskMetrics(uint32_t numStripes, uint32_t threadsPerDisk);