summaryrefslogtreecommitdiff
path: root/include/pso/PSOV3Encryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/PSOV3Encryption.h')
-rw-r--r--include/pso/PSOV3Encryption.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pso/PSOV3Encryption.h b/include/pso/PSOV3Encryption.h
index 0526cfb..966ff70 100644
--- a/include/pso/PSOV3Encryption.h
+++ b/include/pso/PSOV3Encryption.h
@@ -24,8 +24,8 @@ public:
virtual u32 next() override;
PRIVATE_MEMBER_ACCESSORS_ARRAY(u32, buffer, 522);
- PRIVATE_MEMBER_ACCESSORS(u32 *, buffer_start);
- PRIVATE_MEMBER_ACCESSORS(u32 *, buffer_end);
+ PRIVATE_MEMBER_ACCESSORS_NON_REF(u32 *, buffer_start);
+ PRIVATE_MEMBER_ACCESSORS_NON_REF(u32 *, buffer_end);
private:
TArray<u32, 522> m_buffer;