aboutsummaryrefslogtreecommitdiff
path: root/testing/sg_scat_gath.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sg_scat_gath.h')
-rw-r--r--testing/sg_scat_gath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sg_scat_gath.h b/testing/sg_scat_gath.h
index e864bf8b..d316a7b1 100644
--- a/testing/sg_scat_gath.h
+++ b/testing/sg_scat_gath.h
@@ -105,7 +105,7 @@ private:
class scat_gath_iter {
public:
- scat_gath_iter(const scat_gath_list & my_scat_gath_list);
+ explicit scat_gath_iter(const scat_gath_list & my_scat_gath_list);
scat_gath_iter(const scat_gath_iter & src) = default;
scat_gath_iter& operator=(const scat_gath_iter&) = delete;
~scat_gath_iter() = default;