Bug 205358 warning: comma at end of enumerator list (nsTabFocusModel)

r=aaronl sr=jst
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:10:03 +00:00
Родитель 4ae837ad81
Коммит 405bacde39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ class nsEventStateManager : public nsSupportsWeakReference,
//eTabFocus_textControlsMask = (1<<0), // unused - textboxes always tabbable
eTabFocus_formElementsMask = (1<<1), // non-text form elements
eTabFocus_linksMask = (1<<2), // links
eTabFocus_any = 1 + (1<<1) + (1<<2), // everything that can be focused
eTabFocus_any = 1 + (1<<1) + (1<<2) // everything that can be focused
};
enum nsTextfieldSelectModel {