Merge "Fix google-explicit-constructor warnings."
am: fafa6a6531
* commit 'fafa6a65314a5550a045c96768f595567db7bc2d':
Fix google-explicit-constructor warnings.
Change-Id: Ie13217c835f3b092440e913c407ad5b63b2edcb9
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 2e30c5b..12a549d 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -192,7 +192,7 @@
}
struct RangeSinkState {
- RangeSinkState(RangeSet& rs) : tgt(rs) { };
+ explicit RangeSinkState(RangeSet& rs) : tgt(rs) { };
int fd;
const RangeSet& tgt;