fix gcc-8 / g++-8 build

This commit is contained in:
DeckerSU
2019-01-26 03:09:54 +03:00
parent 7598204bf9
commit a6e7da55e2
3 changed files with 4 additions and 3 deletions

View File

@@ -335,7 +335,7 @@ public:
nSolution = block.nSolution;
}
int32_t SetHeight(int32_t height)
void SetHeight(int32_t height)
{
this->chainPower.nHeight = height;
}