diff --git a/src/history_file.h b/src/history_file.h index 201d2fb11..8a10aa5fb 100644 --- a/src/history_file.h +++ b/src/history_file.h @@ -55,7 +55,7 @@ class history_file_contents_t { private: // A type wrapping up the logic around mmap and munmap. struct mmap_region_t; - const std::unique_ptr region_{}; + const std::unique_ptr region_; // The memory mapped pointer and length. // The ptr aliases our region. The length may be slightly smaller, if there is a trailing