This commit is contained in:
waterson%netscape.com 1998-11-11 03:39:28 +00:00
Родитель e58a1c1d2f
Коммит ded42de2a7
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -29,9 +29,9 @@
// Sort State enum
enum nsColumnSortState {
eColumnSortState_Unsorted;
eColumnSortState_Ascending;
eColumnSortState_Descending;
eColumnSortState_Unsorted,
eColumnSortState_Ascending,
eColumnSortState_Descending
};
class nsITreeColumn : public nsISupports