Cleanup: add missing explicit.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Feb 2024 00:05:17 +0000 (01:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Feb 2024 22:37:59 +0000 (23:37 +0100)
src/lib/zipper.h

index f554e2e8f38a2c202f9d6ea470ff363fabb335c9..8b634423dc4d5a0552e57aade7b4daf5ebe5b1f8 100644 (file)
@@ -27,7 +27,7 @@
 class Zipper
 {
 public:
-       Zipper (boost::filesystem::path file);
+       explicit Zipper(boost::filesystem::path file);
        ~Zipper ();
 
        Zipper (Zipper const&) = delete;