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

Commit 8a9a639d 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:...

Merge "Fix google-explict-constructor warnings in radio." am: f53c1d18 am: dd25bc51 am: 540360d1
am: 0e5c72c1

Change-Id: Ia57575d73f9fcef5dbf63c9a7b1be0a3d7f810e4
parents 9831a9b5 0e5c72c1
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();