Fixed cppcheck errors

This commit is contained in:
SChernykh
2023-04-14 11:05:47 +02:00
parent 9368b96129
commit 6ef166ba33
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace p2pool {
struct Params
{
Params(int argc, char* argv[]);
Params(int argc, char* const argv[]);
bool valid() const;