diff options
Diffstat (limited to 'xmrstak/backend/backendConnector.hpp')
-rw-r--r-- | xmrstak/backend/backendConnector.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<IBackend*>* thread_starter(miner_work& pWork); + static std::vector<iBackend*>* thread_starter(miner_work& pWork); static bool self_test(); }; |