fix compile

This commit is contained in:
xuzhiqiang 2014-01-14 20:33:02 +08:00
parent 1d30bd0d80
commit a2afff85a8
1 changed files with 1 additions and 1 deletions

View File

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