projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befbada
)
Cleanup: add missing explicit.
author
Carl Hetherington
<cth@carlh.net>
Thu, 15 Feb 2024 00:05:17 +0000
(
01:05
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 16 Feb 2024 22:37:59 +0000
(23:37 +0100)
src/lib/zipper.h
patch
|
blob
|
history
diff --git
a/src/lib/zipper.h
b/src/lib/zipper.h
index f554e2e8f38a2c202f9d6ea470ff363fabb335c9..8b634423dc4d5a0552e57aade7b4daf5ebe5b1f8 100644
(file)
--- a/
src/lib/zipper.h
+++ b/
src/lib/zipper.h
@@
-27,7
+27,7
@@
class Zipper
{
public:
-
Zipper
(boost::filesystem::path file);
+
explicit Zipper
(boost::filesystem::path file);
~Zipper ();
Zipper (Zipper const&) = delete;