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

Commit f53c1d18 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix google-explict-constructor warnings in radio."

parents 67fbddfd 62503ee0
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();