diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-15 01:05:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-16 23:37:59 +0100 |
| commit | 14dbb8c14df912961654f6073aacce0a6a209ba1 (patch) | |
| tree | 4bd40420e62b1fd38e4ddf3164cffd5adcfbeb2f | |
| parent | befbada161a66a16f8ced89773ad11c0ac5c91e5 (diff) | |
Cleanup: add missing explicit.
| -rw-r--r-- | src/lib/zipper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/zipper.h b/src/lib/zipper.h index f554e2e8f..8b634423d 100644 --- 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; |
