summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_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/dcp_subtitle_content.h
parent1702a1693f0d9407877b6b3bfda5af47e557f16f (diff)
Missing explicit.
Diffstat (limited to 'src/lib/dcp_subtitle_content.h')
-rw-r--r--src/lib/dcp_subtitle_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h
index 5949f8b0b..f346dd661 100644
--- a/src/lib/dcp_subtitle_content.h
+++ b/src/lib/dcp_subtitle_content.h
@@ -24,7 +24,7 @@
class DCPSubtitleContent : public DCPSubtitle, public Content
{
public:
- DCPSubtitleContent (boost::filesystem::path);
+ explicit DCPSubtitleContent (boost::filesystem::path);
DCPSubtitleContent (cxml::ConstNodePtr, int);
void examine (std::shared_ptr<const Film> film, std::shared_ptr<Job>) override;