mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 18:17:00 +00:00
Correct EOwnerShip values
This commit is contained in:
@@ -8,4 +8,4 @@ CMemoryInStream::CMemoryInStream(const void* ptr, unsigned long len)
|
||||
: CInputStream(ptr, len, false) {}
|
||||
|
||||
CMemoryInStream::CMemoryInStream(const void* ptr, unsigned long len, EOwnerShip ownership)
|
||||
: CInputStream(ptr, len, ownership == kOS_NotOwned) {}
|
||||
: CInputStream(ptr, len, ownership == kOS_Owned) {}
|
||||
|
||||
Reference in New Issue
Block a user