void Music::MusicPlay(ccTime dt)
{
}
…
schedule(schedule_selector(MusicPlay::update));
It work fine when i used “Apple LLVM compiler 3.0” but it assert under the environment of “LLVM GCC 4.2”.
any suggestion about the situation, please ?
best regards.