Problem with schedule-selector

Hi,

Until i added a delegate and overrided its virtual funtion in my class,my scheduled funtion was working fine…

this->schedule(schedule_selector(class1::changeContent), 2.0f);

after adding that delegate it is giving crashes. what is wrong?

it is having problem even if i dont use the delegate and its funtion, anywhere in my code

Thanks for any help…