diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-08-03 11:24:21 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-08-03 11:24:21 +0200 |
| commit | b1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e (patch) | |
| tree | a4b020dfae1a07359e3f5f684bdd7620b82cec7d /include | |
| parent | a46a8340864f5840d4f5981edbccec6256765c84 (diff) | |
| download | Project-Tick-b1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e.tar.gz Project-Tick-b1fddf89e7238ad51d6dc1a83ebb3dc3e4b86b4e.zip | |
Make tag_list constructor from type explicit
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 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); |
