COMMON: Attempt to solve diamong class hierarchy in MemoryReadStreamEndian. by athrxx
This commit is contained in:
parent
81975911f7
commit
3f6efbb84b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Common {
|
|||
* Simple memory based 'stream', which implements the ReadStream interface for
|
||||
* a plain memory block.
|
||||
*/
|
||||
class MemoryReadStream : public SeekableReadStream {
|
||||
class MemoryReadStream : virtual public SeekableReadStream {
|
||||
private:
|
||||
const byte * const _ptrOrig;
|
||||
const byte *_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue