summaryrefslogtreecommitdiffhomepage
path: root/compat/borrowed-ptr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'compat/borrowed-ptr.inl')
-rw-r--r--compat/borrowed-ptr.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/borrowed-ptr.inl b/compat/borrowed-ptr.inl
index ccc6ced4..59b4e14a 100644
--- a/compat/borrowed-ptr.inl
+++ b/compat/borrowed-ptr.inl
@@ -22,7 +22,7 @@
namespace floormat::detail_bptr {
-struct control_block
+struct control_block final
{
bptr_base* _ptr;
uint32_t _count;