diff --git a/CommonLibF4/src/F4SE/Interfaces.cpp b/CommonLibF4/src/F4SE/Interfaces.cpp index 2b4804b5..1c8de948 100644 --- a/CommonLibF4/src/F4SE/Interfaces.cpp +++ b/CommonLibF4/src/F4SE/Interfaces.cpp @@ -123,9 +123,9 @@ namespace F4SE bool SerializationInterface::GetNextRecordInfo(std::uint32_t& a_type, std::uint32_t& a_version, std::uint32_t& a_length) const { return GetProxy().GetNextRecordInfo( - std::addressof(a_type), - std::addressof(a_version), - std::addressof(a_length)); + std::addressof(a_type), + std::addressof(a_version), + std::addressof(a_length)); } std::uint32_t SerializationInterface::ReadRecordData(void* a_buf, std::uint32_t a_length) const