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

Commit 0e5c72c1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix google-explict-constructor warnings in radio." am: f53c1d18 am: dd25bc51

am: 540360d1

Change-Id: I649d27141668be8dcb5ce55ae5497a3d208e645c
parents 1ec4e483 540360d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public:
    class CallbackThread : public Thread {
    public:

        CallbackThread(const wp<ModuleClient>& moduleClient);
        explicit CallbackThread(const wp<ModuleClient>& moduleClient);

        virtual ~CallbackThread();