fixing build bustage (typo), thanks gcc 2.7.2.3 for instantiating my unused template member functions :-(

git-svn-id: svn://10.0.0.236/trunk@98633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org 2001-07-04 07:04:17 +00:00
parent c1784537a1
commit ec04d01fa0
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ struct nsReadableFragment
void
SetID( void* id )
{
mFragmentidentifier = id;
mFragmentIdentifier = id;
}
void

View File

@ -83,7 +83,7 @@ struct nsReadableFragment
void
SetID( void* id )
{
mFragmentidentifier = id;
mFragmentIdentifier = id;
}
void