diff options
| -rw-r--r-- | include/tag_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tag_list.h b/include/tag_list.h index 94403119dc..a2170c4f0f 100644 --- a/include/tag_list.h +++ b/include/tag_list.h @@ -35,7 +35,7 @@ class tag_byte_array; class tag_int_array; ///Tag that contains multiple unnamed tags of the same type -class tag_list : public detail::crtp_tag<tag_list> +class tag_list final : public detail::crtp_tag<tag_list> { public: //Iterator types |
