Fixed compilation issue. Introduced missing CLASS_NAME

This commit is contained in:
Krishna 2015-03-04 10:48:30 +01:00
parent ec3a8d49f9
commit 35403439f3
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ namespace CocosDenshion {
cocos2d::JniMethodInfo methodInfo;
std::string fullPath = CocosDenshion::android::getFullPathWithoutAssetsPrefix(pszFilePath);
if (! cocos2d::JniHelper::getStaticMethodInfo(methodInfo, loadEffectName, "(Ljava/lang/String;)V")) {
if (! cocos2d::JniHelper::getStaticMethodInfo(methodInfo, CLASS_NAME, loadEffectName, "(Ljava/lang/String;)V")) {
return ;
}