From 855af1cf65de1fd3795de3c9a859fd9242625a84 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Fri, 29 Sep 2017 22:06:09 +0200 Subject: fix compile --- xmrstak/backend/backendConnector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/backend/backendConnector.hpp') diff --git a/xmrstak/backend/backendConnector.hpp b/xmrstak/backend/backendConnector.hpp index f573abc..da3dc77 100644 --- a/xmrstak/backend/backendConnector.hpp +++ b/xmrstak/backend/backendConnector.hpp @@ -14,7 +14,7 @@ namespace xmrstak struct BackendConnector { - static std::vector* thread_starter(miner_work& pWork); + static std::vector* thread_starter(miner_work& pWork); static bool self_test(); }; -- cgit v1.1