summaryrefslogtreecommitdiffstats
path: root/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc')
-rw-r--r--src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc b/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc
index 805003e7f51..8dcaf266d6f 100644
--- a/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc
+++ b/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc
@@ -18,7 +18,7 @@ namespace librbd {
namespace {
struct MockTestImageCtx : public librbd::MockImageCtx {
- MockTestImageCtx(librbd::ImageCtx &image_ctx)
+ explicit MockTestImageCtx(librbd::ImageCtx &image_ctx)
: librbd::MockImageCtx(image_ctx) {
}
};