Update base.
This commit is contained in:
parent
dbc53c5d46
commit
28312236fd
9 changed files with 18 additions and 19 deletions
|
@ -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>();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue