Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored and github-actions[bot] committed Jun 10, 2024
1 parent cc0444b commit 2dc0d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CommonLibF4/src/F4SE/Interfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc0d98

Please sign in to comment.