Skip to content

Commit 59169c0

Browse files
committed
Mark bv_encodingt final
Because it isn't part of a class heirarchy.
1 parent b8a8f14 commit 59169c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/bv_encoding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Author: Diffblue Ltd
1111

1212
#include <cstddef>
1313

14-
struct bv_encodingt
14+
struct bv_encodingt final
1515
{
1616
// number of bits to encode heap object addresses
1717
std::size_t object_bits;

0 commit comments

Comments
 (0)