Minor fixes (#15491)

This commit is contained in:
Michał Janiszewski 2021-09-29 23:06:46 +02:00 committed by GitHub
parent afc0e87f29
commit ce1d3e9c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
# include <openrct2/sprites.h>
# include <optional>
# include <string>
# include <utility>
# include <vector>
using namespace OpenRCT2;

View File

@ -17,7 +17,7 @@
using namespace Crypt;
class OpenRCT2FNV1aAlgorithm : public FNV1aAlgorithm
class OpenRCT2FNV1aAlgorithm final : public FNV1aAlgorithm
{
private:
static constexpr uint64_t Offset = 0xCBF29CE484222325ULL;