This commit is contained in:
mkaply%us.ibm.com 2001-03-23 15:16:09 +00:00
Родитель 25c4877957
Коммит 5f5adb0538
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -181,7 +181,7 @@ protected:
/** /**
* A sorting callback for NS_QuickSort(). * A sorting callback for NS_QuickSort().
*/ */
static int static int PR_CALLBACK
Compare(const void* aLeft, const void* aRight, void* aClosure); Compare(const void* aLeft, const void* aRight, void* aClosure);
/** /**

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

@ -181,7 +181,7 @@ protected:
/** /**
* A sorting callback for NS_QuickSort(). * A sorting callback for NS_QuickSort().
*/ */
static int static int PR_CALLBACK
Compare(const void* aLeft, const void* aRight, void* aClosure); Compare(const void* aLeft, const void* aRight, void* aClosure);
/** /**