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

Commit 6ff0b788 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix/suppress google-explicit-constructor warnings"

am: 14c95ecf

Change-Id: Ibf6b28c4fbfbfdb5485791b67dad1e9bda8d517c
parents a1ad0868 14c95ecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ private:
    using FwkReceiver = ::android::DisplayEventReceiver;
    using FwkReceiver = ::android::DisplayEventReceiver;


    struct AttachedEvent : LooperCallback {
    struct AttachedEvent : LooperCallback {
        AttachedEvent(const sp<IEventCallback> &callback);
        explicit AttachedEvent(const sp<IEventCallback> &callback);
        ~AttachedEvent();
        ~AttachedEvent();


        bool detach();
        bool detach();