mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Merge xmrig v6.15.0 into master
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
bool read(const IJsonReader &reader, const char *fileName) override;
|
||||
bool save() override;
|
||||
|
||||
void printVersions();
|
||||
static void printVersions();
|
||||
|
||||
protected:
|
||||
bool m_autoSave = true;
|
||||
@@ -129,7 +129,7 @@ protected:
|
||||
# endif
|
||||
|
||||
private:
|
||||
void setVerbose(const rapidjson::Value &value);
|
||||
static void setVerbose(const rapidjson::Value &value);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user