Skip to content

Commit

Permalink
Compiler issue on some systems fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralvarez committed Oct 25, 2016
1 parent 0bcc5e2 commit bb38ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstratum/ZcashStratum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ std::string ZcashJob::getSubmission(const EquihashSolution* solution)
}

ZcashMiner::ZcashMiner(int threads, GPUConfig _conf)
: nThreads{threads}, minerThreads{nullptr}, conf{_conf}
: nThreads{threads}, minerThreads{nullptr}, conf(_conf)
{
if (nThreads < 0) {
nThreads = boost::thread::hardware_concurrency();
Expand Down

0 comments on commit bb38ccc

Please sign in to comment.