issue #2103 add cocosbuilder lua test sample

This commit is contained in:
samuele3hu 2013-06-05 15:51:29 +08:00
parent 75b26d9cdf
commit c2e2be1b1b
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public:
virtual void removeScriptHandler(int nHandler) {};
/** Reallocate script function handler, only CCLuaEngine class need to implement this function. */
virtual int reallocateScriptHandler(int nHandler) = 0;
virtual int reallocateScriptHandler(int nHandler) { return -1;}
/**
@brief Execute script code contained in the given string.