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:
@@ -121,7 +121,7 @@ class OSGDB_EXPORT Archive : public ReaderWriter
|
||||
unsigned int _blockSize;
|
||||
pos_type _filePositionNextIndexBlock;
|
||||
unsigned int _offsetOfNextAvailableSpace;
|
||||
unsigned char* _data;
|
||||
char* _data;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user