diff options
Diffstat (limited to 'core/binfile.hh')
| -rw-r--r-- | core/binfile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binfile.hh b/core/binfile.hh index 1e2e6c3..21dab40 100644 --- a/core/binfile.hh +++ b/core/binfile.hh @@ -3,7 +3,7 @@ #pragma once struct BinFile final { - std::byte *buffer; + std::byte* buffer; std::size_t size; }; |
