fix compile

This commit is contained in:
xuzhiqiang 2014-01-14 20:36:37 +08:00
parent a2afff85a8
commit 3a86ec1ead
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ void ScrollView::setZoomScaleInDuration(float s, float dt)
}
}
void CCScrollView::updateTweenAction(float value, const std::string& key)
void ScrollView::updateTweenAction(float value, const std::string& key)
{
this->setZoomScale(value);
}