Yet another fix for Windows calling convention differences.

This commit is contained in:
jwalden@mit.edu 2007-09-21 01:18:36 -07:00
parent 19c867966f
commit 714f199bfa

View File

@ -109,7 +109,7 @@ class BackwardsAllocator : public nsIMemory
NS_IMPL_ISUPPORTS1(BackwardsAllocator, nsIMemory)
NS_IMETHODIMP BackwardsAllocator::Init(PRUint32 count, size_t size)
nsresult BackwardsAllocator::Init(PRUint32 count, size_t size)
{
if (mMemory)
{