issue #2790:Unify the format

This commit is contained in:
samuele3 2013-12-10 11:47:51 +08:00
parent 34c0147cf3
commit 85783fff2b
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ bool luavals_variadic_to_ccvector( lua_State* L, int argc, cocos2d::Vector<T>* r
return ok;
}
template <class T> bool luaval_to_ccvector(lua_State* L, int lo , cocos2d::Vector<T>* ret)
template <class T>
bool luaval_to_ccvector(lua_State* L, int lo , cocos2d::Vector<T>* ret)
{
if (nullptr == L || nullptr == ret)
return false;