Add override to grow

This commit is contained in:
Victor Zverovich
2020-08-08 07:23:11 -07:00
parent 065889a593
commit 7fc3d1f54c
2 changed files with 5 additions and 5 deletions

View File

@@ -622,7 +622,7 @@ class basic_memory_buffer : public detail::buffer<T> {
}
protected:
void grow(size_t size) final;
void grow(size_t size) final FMT_OVERRIDE;
public:
using value_type = T;