Fix comma at end of enumerator list.

This commit is contained in:
waterson%netscape.com 1999-09-13 22:07:25 +00:00
Родитель 97c0000d30
Коммит 360dad7171
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -47,7 +47,7 @@ public:
enum {
eChildrenMustBeRebuilt = 0x1,
eTemplateContentsBuilt = 0x2,
eContainerContentsBuilt = 0x4,
eContainerContentsBuilt = 0x4
};
NS_IMETHOD SetLazyState(PRInt32 aFlags) = 0;