summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-08-03 11:24:21 +0200
committerljfa-ag <ljfa-ag@web.de>2015-08-03 11:24:21 +0200
commitb1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e (patch)
treea4b020dfae1a07359e3f5f684bdd7620b82cec7d
parenta46a8340864f5840d4f5981edbccec6256765c84 (diff)
downloadProject-Tick-b1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e.tar.gz
Project-Tick-b1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e.zip
Make tag_list constructor from type explicit
-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);