adding a default case enum value for rules action enum

This commit is contained in:
jfrancis%netscape.com 1999-09-12 01:33:20 +00:00
parent cfc75cc0ed
commit 8720822aff
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public:
// nsTextEditRules action id's
enum
{
kDefault = 0,
// any editor that has a txn mgr
kUndo = 1000,
kRedo = 1001,

View File

@ -59,6 +59,7 @@ public:
// nsTextEditRules action id's
enum
{
kDefault = 0,
// any editor that has a txn mgr
kUndo = 1000,
kRedo = 1001,