unify data types

pull/327/head
Gargaj 2014-08-07 09:32:00 +02:00
parent 61ecff3474
commit c3977bd132
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ inline size_t WriteBounds(IOStream * stream, const T* in, unsigned int size)
uint8_t* buffer;
uint32_t magic;
IOStream * container;
uint32_t cur_size, cursor, initial;
size_t cur_size, cursor, initial;
private:
// -------------------------------------------------------------------