summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/vespa/metrics/metricset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/src/vespa/metrics/metricset.cpp b/metrics/src/vespa/metrics/metricset.cpp
index 5cb25cee560..2916b32eb56 100644
--- a/metrics/src/vespa/metrics/metricset.cpp
+++ b/metrics/src/vespa/metrics/metricset.cpp
@@ -40,7 +40,7 @@ MetricSet::MetricSet(const MetricSet& other,
}
}
-MetricSet::~MetricSet() { }
+MetricSet::~MetricSet() = default;
MetricSet*
MetricSet::clone(std::vector<Metric::UP> &ownerList, CopyType type,