fix warning
This commit is contained in:
parent
880209a438
commit
24dc811fda
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ BScreen::~BScreen() {
|
|||
m_slit.reset(0);
|
||||
|
||||
// TODO fluxgen: check if this is the right place
|
||||
for (int i = 0; i < m_head_areas.size(); i++)
|
||||
for (size_t i = 0; i < m_head_areas.size(); i++)
|
||||
delete m_head_areas[i];
|
||||
|
||||
delete m_focus_control;
|
||||
|
|
Loading…
Reference in a new issue