diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-07-15 17:49:45 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-07-15 17:49:45 +0200 |
| commit | a38d666be5330a1391eddf490574aa07f7dae9c7 (patch) | |
| tree | a5ac210c36e8ec901ec44d431dd65d9be635899d /include | |
| parent | 9eb00e57addf80fd0c8aca7d573b3075d26602cd (diff) | |
| download | Project-Tick-a38d666be5330a1391eddf490574aa07f7dae9c7.tar.gz Project-Tick-a38d666be5330a1391eddf490574aa07f7dae9c7.zip | |
Make tag_list class final
Diffstat (limited to 'include')
| -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 |
