Resolve -Wmisleading-indentation warnings.

This commit is contained in:
Maarten Bent
2016-12-14 20:23:21 +01:00
parent e8207c8c59
commit f6f72449fe
3 changed files with 40 additions and 40 deletions

View File

@@ -1633,7 +1633,7 @@ wxToolBarToolBase *wxToolBar::FindToolForPosition(wxCoord x, wxCoord y) const
// it's a separator or there is no tool at all there
return NULL;
return m_tools.Item((size_t)index)->GetData();
return m_tools.Item((size_t)index)->GetData();
}
void wxToolBar::UpdateSize()