Missing explicit.
[dcpomatic.git] / src / lib / zipper.h
index 9f3e867c773c78e6ab8c8f22c2a855c64f7902cc..3a1e958c3843f51cb3bf39ae4ac51f0324ede693 100644 (file)
@@ -26,7 +26,7 @@
 class Zipper
 {
 public:
-       Zipper (boost::filesystem::path file);
+       explicit Zipper (boost::filesystem::path file);
        ~Zipper ();
 
        Zipper (Zipper const&) = delete;