summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libmime/received.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/received.hxx b/src/libmime/received.hxx
index 7c8d5f397..8320d2c2c 100644
--- a/src/libmime/received.hxx
+++ b/src/libmime/received.hxx
@@ -166,7 +166,7 @@ public:
return std::nullopt;
}
- constexpr auto size() const -> std::size_t {
+ auto size() const -> std::size_t {
return headers.size();
}
constexpr auto as_vector() const -> const std::vector<received_header>& {