mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
Correct EOwnerShip values
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
class CMemoryInStream : public CInputStream {
|
||||
public:
|
||||
enum EOwnerShip {
|
||||
kOS_NotOwned,
|
||||
kOS_Owned,
|
||||
kOS_NotOwned,
|
||||
};
|
||||
|
||||
CMemoryInStream(const void* ptr, unsigned long len);
|
||||
|
||||
Reference in New Issue
Block a user