refactor: convert more C++ enums to C++11 enum classes (#26850)
This commit is contained in:
parent
3bc220db29
commit
c9b813a1f9
4 changed files with 48 additions and 38 deletions
|
@ -26,7 +26,7 @@ namespace electron {
|
|||
namespace api {
|
||||
|
||||
#if defined(OS_MAC)
|
||||
enum NotificationCenterKind {
|
||||
enum class NotificationCenterKind {
|
||||
kNSDistributedNotificationCenter = 0,
|
||||
kNSNotificationCenter,
|
||||
kNSWorkspaceNotificationCenter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue