mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 09:17:57 -05:00
Code Quality: Use enum class instead of enum to make sure enum members can only be accessed when scoped to the enum
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
class IPublicKeyAlgorithm
|
||||
{
|
||||
public:
|
||||
enum HashingAlgorithm
|
||||
enum class HashingAlgorithm
|
||||
{
|
||||
RSA_HASH_SHA256,
|
||||
RSA_HASH_SHA512
|
||||
|
Reference in New Issue
Block a user