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

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

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

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

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