mirror of https://github.com/axmolengine/axmol.git
fix compile
This commit is contained in:
parent
4eafd7b4c5
commit
1d30bd0d80
|
@ -300,7 +300,7 @@ void ScrollView::setZoomScaleInDuration(float s, float dt)
|
|||
}
|
||||
}
|
||||
|
||||
void CCScrollView::updateTweenAction(float value, const char* key)
|
||||
void CCScrollView::updateTweenAction(float value, const std::string& key)
|
||||
{
|
||||
setZoomScale(value);
|
||||
}
|
||||
|
|
|
@ -231,7 +231,7 @@ public:
|
|||
/**
|
||||
* CCActionTweenDelegate
|
||||
*/
|
||||
void updateTweenAction(float value, const char* key);
|
||||
void updateTweenAction(float value, const std::string& key);
|
||||
protected:
|
||||
/**
|
||||
* Relocates the container at the proper offset, in bounds of max/min offsets.
|
||||
|
|
Loading…
Reference in New Issue