fix bug 18892 (r=kin@netscape.com); change constant to PRUnichar

This commit is contained in:
brade%netscape.com 1999-11-16 14:40:11 +00:00
Родитель 5762555e74
Коммит f20a013f2a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -88,7 +88,7 @@
#include "nsEditorUtils.h"
#include "nsIPref.h"
const unsigned char nbsp = 160;
const PRUnichar nbsp = 160;
// HACK - CID for NavDTD until we can get at dtd via the document
// {a6cf9107-15b3-11d2-932e-00805f8add32}

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

@ -88,7 +88,7 @@
#include "nsEditorUtils.h"
#include "nsIPref.h"
const unsigned char nbsp = 160;
const PRUnichar nbsp = 160;
// HACK - CID for NavDTD until we can get at dtd via the document
// {a6cf9107-15b3-11d2-932e-00805f8add32}