Skip to content

Commit

Permalink
style(tools): make struct final to match the others
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Mar 29, 2022
1 parent 91fe407 commit 78ce5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/acl_compressor/sources/validate_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
using namespace acl;

#if defined(ACL_USE_SJSON) && defined(ACL_HAS_ASSERT_CHECKS)
struct debug_transform_decompression_settings_with_db : public acl::debug_transform_decompression_settings
struct debug_transform_decompression_settings_with_db final : public acl::debug_transform_decompression_settings
{
using database_settings_type = acl::debug_database_settings;
};
Expand Down

0 comments on commit 78ce5e7

Please sign in to comment.