summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-02 10:28:16 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-02 10:28:16 +0100
commit5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (patch)
tree0cc8e92c88326bd023440956a839f72979322071 /src/cpl.h
parent68fa6e44a938d963129db758c25af8e843771a85 (diff)
Add some explicit declarations to constructors.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 952847fe..a0ad72c5 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -51,7 +51,7 @@ class CPL : public Asset
{
public:
CPL (std::string annotation_text, ContentKind content_kind);
- CPL (boost::filesystem::path file);
+ explicit CPL (boost::filesystem::path file);
bool equals (
boost::shared_ptr<const Asset> other,