Match and link all remaining stream classes

Former-commit-id: 55617d2753
This commit is contained in:
2022-10-12 23:09:15 -07:00
parent 08804f22b8
commit 0613bb5ea4
32 changed files with 75 additions and 91 deletions

View File

@@ -13,7 +13,7 @@ public:
CMemoryInStream(const void* ptr, unsigned long len);
CMemoryInStream(const void* ptr, unsigned long len, EOwnerShip ownership);
virtual ~CMemoryInStream() override {}
virtual uint Read(void* dest, uint len) override;
virtual size_t Read(void* dest, size_t len) override;
};
#endif // _CMEMORYINSTREAM