Exemplo n.º 1
0
wxMotifTimerImpl::~wxMotifTimerImpl()
{
    gs_timers.erase(this);
}
Exemplo n.º 2
0
wxTimer::~wxTimer()
{
    Stop();
    s_timers.erase(this);
}