summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tag_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tag_list.h b/include/tag_list.h
index adb8623f45..ac35b1d40d 100644
--- a/include/tag_list.h
+++ b/include/tag_list.h
@@ -69,7 +69,7 @@ public:
tag_list();
///Constructs an empty list with the given content type
- tag_list(tag_type type);
+ explicit tag_list(tag_type type);
///Constructs a list with the given contents
tag_list(std::initializer_list<int8_t> init);