summaryrefslogtreecommitdiff
path: root/bowshock/source/save/decode_save.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bowshock/source/save/decode_save.cxx')
-rw-r--r--bowshock/source/save/decode_save.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bowshock/source/save/decode_save.cxx b/bowshock/source/save/decode_save.cxx
index 1bfe8cd..c2e3725 100644
--- a/bowshock/source/save/decode_save.cxx
+++ b/bowshock/source/save/decode_save.cxx
@@ -5,7 +5,7 @@
#include <cstdint>
#include <cstring>
-auto ::bow::decode_save(::bow::save_data& buffer, void const* data_pointer) noexcept -> void {
+auto ::bow::decode_save(::bow::SaveData& buffer, void const* data_pointer) noexcept -> void {
auto data = reinterpret_cast<::std::uint8_t const*>(data_pointer);
auto const decode_value = [&data]<typename T>(T& buffer) {