зеркало из https://github.com/mozilla/gecko-dev.git
Fixed enum declaration.
This commit is contained in:
Родитель
e58a1c1d2f
Коммит
ded42de2a7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче