mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
Fixed enum declaration.
This commit is contained in:
parent
e58a1c1d2f
commit
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user