Improved handling of uflow and underflow() in proxy_streambuf, and change

unsigned char* to char* to avoid stoooopid VS6.0 compile errors
This commit is contained in:
Robert Osfield
2004-11-02 21:04:14 +00:00
parent ffca165611
commit c691860b5c
2 changed files with 36 additions and 23 deletions

View File

@@ -121,7 +121,7 @@ class OSGDB_EXPORT Archive : public ReaderWriter
unsigned int _blockSize;
pos_type _filePositionNextIndexBlock;
unsigned int _offsetOfNextAvailableSpace;
unsigned char* _data;
char* _data;
};