aboutsummaryrefslogtreecommitdiff
path: root/third-party/fmt/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/fmt/core.h')
-rw-r--r--third-party/fmt/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/fmt/core.h b/third-party/fmt/core.h
index 32923ee4b4..338e0c708c 100644
--- a/third-party/fmt/core.h
+++ b/third-party/fmt/core.h
@@ -668,7 +668,7 @@ template <typename T> class buffer {
size_(sz),
capacity_(cap) {}
- ~buffer() = default;
+ virtual ~buffer() = default;
/** Sets the buffer data and capacity. */
void set(T* buf_data, size_t buf_capacity) FMT_NOEXCEPT {