destructore
Definition at line 225 of file aiconfig.cpp.
00226 { 00227 if( m_tabs != NULL ) 00228 { 00229 delete m_tabs; 00230 } 00231 }