From 989c90bc8d6da75d854fbe57808eb71992c79e27 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 23 Aug 2024 14:12:29 -0500 Subject: [PATCH] fix --- repertory/librepertory/include/types/remote.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/include/types/remote.hpp b/repertory/librepertory/include/types/remote.hpp index 8f37a87f..835c3b37 100644 --- a/repertory/librepertory/include/types/remote.hpp +++ b/repertory/librepertory/include/types/remote.hpp @@ -147,7 +147,7 @@ struct statfs { std::uint64_t f_files{}; }; -struct statfs_x : public statfs { +struct statfs_x final : public statfs { std::array f_mntfromname{}; }; #pragma pack()