mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-12 19:32:44 -05:00
Fixed MSYS build.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
static rapidjson::Value normalize(double value, bool zero);
|
||||
|
||||
private:
|
||||
static bool convertOffset(std::ifstream& ifs, size_t offset, size_t& line, size_t& pos, std::vector<std::string>& s);
|
||||
static bool convertOffset(std::istream& ifs, size_t offset, size_t& line, size_t& pos, std::vector<std::string>& s);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user