From c85f253637e6aecfd7ce7bd53c68a2a73ca49d7b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Dec 2021 23:05:16 +0100 Subject: Missing explicit. --- src/lib/string_text_file_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/string_text_file_content.h') diff --git a/src/lib/string_text_file_content.h b/src/lib/string_text_file_content.h index 9c7d4cea0..0f9408d4d 100644 --- a/src/lib/string_text_file_content.h +++ b/src/lib/string_text_file_content.h @@ -31,7 +31,7 @@ class Job; class StringTextFileContent : public Content { public: - StringTextFileContent (boost::filesystem::path); + explicit StringTextFileContent (boost::filesystem::path); StringTextFileContent (cxml::ConstNodePtr, int, std::list&); std::shared_ptr shared_from_this () { -- cgit v1.2.3