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

git-svn-id: svn://10.0.0.236/trunk@53651 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 1999-11-16 14:40:11 +00:00
parent f578e0af93
commit 44627def1e
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}