Fixed MSYS build.

This commit is contained in:
XMRig
2020-04-29 16:29:30 +07:00
parent 821c4a12de
commit fae2522a82
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
};