diff options
Diffstat (limited to 'app/source/Cplt/Utils/IO/Archive.hpp')
-rw-r--r-- | app/source/Cplt/Utils/IO/Archive.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/Utils/IO/Archive.hpp b/app/source/Cplt/Utils/IO/Archive.hpp index 7632f3b..179db25 100644 --- a/app/source/Cplt/Utils/IO/Archive.hpp +++ b/app/source/Cplt/Utils/IO/Archive.hpp @@ -7,8 +7,7 @@ #include <optional> #include <span> -class DataArchive -{ +class DataArchive { public: static std::span<const uint8_t, 8> GetMagicNumbers(); |