1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +00:00

fixed record size type

This commit is contained in:
Marc Zinnschlag 2014-02-22 17:31:44 +01:00
parent b0ae5b8ab7
commit d780364842

View file

@ -17,7 +17,7 @@ class ESMWriter
{ {
std::string name; std::string name;
std::streampos position; std::streampos position;
size_t size; uint32_t size;
}; };
public: public: