diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h index 28a560a3f..c09a6197e 100644 --- a/src/core/crypto/key_manager.h +++ b/src/core/crypto/key_manager.h @@ -111,7 +111,7 @@ private: void AttemptLoadKeyFile(std::string_view dir1, std::string_view dir2, std::string_view filename, bool title); - const static std::unordered_map> s128_file_id; - const static std::unordered_map> s256_file_id; + static const std::unordered_map> s128_file_id; + static const std::unordered_map> s256_file_id; }; } // namespace Core::Crypto