diff options
-rw-r--r-- | src/tag/TagBuilder.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag/TagBuilder.hxx b/src/tag/TagBuilder.hxx index f21b818bb..63a4c175a 100644 --- a/src/tag/TagBuilder.hxx +++ b/src/tag/TagBuilder.hxx @@ -64,8 +64,8 @@ public: TagBuilder(const TagBuilder &other) = delete; - TagBuilder(const Tag &other); - TagBuilder(Tag &&other); + explicit TagBuilder(const Tag &other); + explicit TagBuilder(Tag &&other); TagBuilder &operator=(const TagBuilder &other); |