summaryrefslogtreecommitdiff
path: root/src/lib/string_text_file_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-12-02 23:05:16 +0100
committerCarl Hetherington <cth@carlh.net>2021-12-03 21:19:28 +0100
commitc85f253637e6aecfd7ce7bd53c68a2a73ca49d7b (patch)
treec855a15665e4bc7b857350d59050547ff927a4af /src/lib/string_text_file_content.h
parent1702a1693f0d9407877b6b3bfda5af47e557f16f (diff)
Missing explicit.
Diffstat (limited to 'src/lib/string_text_file_content.h')
-rw-r--r--src/lib/string_text_file_content.h2
1 files changed, 1 insertions, 1 deletions
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::string>&);
std::shared_ptr<StringTextFileContent> shared_from_this () {