diff options
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 e2c9b7bb7c..07b68c25fc 100644 --- a/include/tag_list.h +++ b/include/tag_list.h @@ -67,7 +67,7 @@ public: tag_list(): tag_list(tag_type::Null) {} ///Constructs an empty list with the given content type - explicit tag_list(tag_type type): el_type_(type) {} + explicit tag_list(tag_type content_type): el_type_(content_type) {} ///Constructs a list with the given contents tag_list(std::initializer_list<int8_t> init); |
