예제 #1
0
파일: timer.cpp 프로젝트: 3v1n0/wxWidgets
wxMotifTimerImpl::~wxMotifTimerImpl()
{
    gs_timers.erase(this);
}
예제 #2
0
파일: timer.cpp 프로젝트: gitrider/wxsj2
wxTimer::~wxTimer()
{
    Stop();
    s_timers.erase(this);
}