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

Commit 203b2138 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Fix build breakage.

Change-Id: I01b00827a3099097c1181a4ae91498a6cd14c3ca
parent d080986f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ class ProximityInfoState {
        return mSampledInputSize > 0;
    }

    uint32_t size() const {
    int size() const {
        return mSampledInputSize;
    }