fixes to make it compile on VC++

git-svn-id: svn://10.0.0.236/trunk@78613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org
2000-09-09 09:39:44 +00:00
parent 8b63ce94dc
commit a005d85406
3 changed files with 6 additions and 6 deletions

View File

@@ -55,8 +55,8 @@ class nsSharedBufferList
struct Position
{
nsSharedBufferList::Buffer* mBuffer;
PRUnichar* mPosInBuffer;
Buffer* mBuffer;
PRUnichar* mPosInBuffer;
};