mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
adding a default case enum value for rules action enum
This commit is contained in:
parent
cfc75cc0ed
commit
8720822aff
@ -59,6 +59,7 @@ public:
|
||||
// nsTextEditRules action id's
|
||||
enum
|
||||
{
|
||||
kDefault = 0,
|
||||
// any editor that has a txn mgr
|
||||
kUndo = 1000,
|
||||
kRedo = 1001,
|
||||
|
@ -59,6 +59,7 @@ public:
|
||||
// nsTextEditRules action id's
|
||||
enum
|
||||
{
|
||||
kDefault = 0,
|
||||
// any editor that has a txn mgr
|
||||
kUndo = 1000,
|
||||
kRedo = 1001,
|
||||
|
Loading…
Reference in New Issue
Block a user