CCTextFieldTTF::textFieldWithPlaceHolder problem

the line
@
if(pRet && pRet->initWithString(“”, fontName, fontSize))
@

should be
@
if(pRet && pRet->initWithPlaceHolder(“”, fontName, fontSize))
@