diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-02 23:05:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-03 21:19:28 +0100 |
| commit | c85f253637e6aecfd7ce7bd53c68a2a73ca49d7b (patch) | |
| tree | c855a15665e4bc7b857350d59050547ff927a4af /src/lib/dcp_content.h | |
| parent | 1702a1693f0d9407877b6b3bfda5af47e557f16f (diff) | |
Missing explicit.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 7fc800b52..9f5d5c775 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -50,7 +50,7 @@ class ContentPart; class DCPContent : public Content { public: - DCPContent (boost::filesystem::path p); + explicit DCPContent (boost::filesystem::path p); DCPContent (cxml::ConstNodePtr, int version); std::shared_ptr<DCPContent> shared_from_this () { |
