fix a compiling error on wophone

This commit is contained in:
minggo 2011-08-30 10:54:32 +08:00
parent 414791a684
commit 0cfbf4344a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ void CCAccelerometer::addDelegate(CCAccelerometerDelegate* pDelegate)
void CCAccelerometer::didAccelerate(CCAcceleration* pAccelerationValue)
{
m_pAccelDelegate->didAccelerate(pAccelerationValue);
m_pDelegate->didAccelerate(pAccelerationValue);
}
}//namespace cocos2d