Fixed cppcheck errors

This commit is contained in:
SChernykh
2024-02-24 10:02:50 +01:00
parent 8eb5f86e9a
commit e82fe8cdc1
5 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ class p2pool : public MinerCallbackHandler, public nocopy_nomove
{
public:
p2pool(int argc, char* argv[]);
~p2pool();
~p2pool() override;
int run();