mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 17:32:47 -05:00
Code cleanup based on Clang-Tidy.
This commit is contained in:
@@ -45,7 +45,7 @@ static RxPrivate *d_ptr = nullptr;
|
||||
class RxPrivate
|
||||
{
|
||||
public:
|
||||
inline RxPrivate(IRxListener *listener) : queue(listener) {}
|
||||
inline explicit RxPrivate(IRxListener *listener) : queue(listener) {}
|
||||
|
||||
RxQueue queue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user