Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fafa6a65 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix google-explicit-constructor warnings."

parents df59ceec 49c5c79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ static void allocate(size_t size, std::vector<uint8_t>& buffer) {
}

struct RangeSinkState {
    RangeSinkState(RangeSet& rs) : tgt(rs) { };
    explicit RangeSinkState(RangeSet& rs) : tgt(rs) { };

    int fd;
    const RangeSet& tgt;