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

Commit 62503ee0 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix google-explict-constructor warnings in radio.

* Add explicit keyword to conversion constructors.
Bug: 28341362
Test: build with WITH_TIDY=1

Change-Id: I15359f74d6587d691a8cb35445732aff44188268
parent 67fbddfd
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();