BoxSizer to Sizer
This commit is contained in:
@@ -86,12 +86,12 @@ void cEventControl::CheckEvents()
|
||||
}
|
||||
}
|
||||
|
||||
void cEventControl::AddEvent(EventEngine::cEvent* event)
|
||||
void cEventControl::AddEvent( EventEngine::cEvent* event )
|
||||
{
|
||||
m_children.push_back(event);
|
||||
}
|
||||
|
||||
const bool cEventControl::RemoveEvent(EventEngine::cEvent* event)
|
||||
const bool cEventControl::RemoveEvent( EventEngine::cEvent* event )
|
||||
{
|
||||
bool rtn = false;
|
||||
std::vector<EventEngine::cEvent*>::iterator it;
|
||||
|
||||
Reference in New Issue
Block a user