diff options
Diffstat (limited to 'core/fxcrt/fx_stream.h')
-rw-r--r-- | core/fxcrt/fx_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h index fe92c939d9..e938ec18df 100644 --- a/core/fxcrt/fx_stream.h +++ b/core/fxcrt/fx_stream.h @@ -151,7 +151,7 @@ class IFX_MemoryStream : public IFX_SeekableStream { virtual void DetachBuffer() = 0; }; -class IFX_BufferRead : public IFX_ReadStream { +class IFX_BufferedReadStream : public IFX_ReadStream { public: // IFX_ReadStream: void Release() override = 0; |