Update base.

This commit is contained in:
XMRig 2021-09-02 20:02:42 +07:00
parent dbc53c5d46
commit 28312236fd
No known key found for this signature in database
GPG key ID: 446A53638BE94409
9 changed files with 18 additions and 19 deletions

View file

@ -41,9 +41,9 @@
#include "version.h"
xmrig::App::App(Process *process)
xmrig::App::App()
{
m_controller = std::make_shared<Controller>(process);
m_controller = std::make_shared<Controller>();
}