fix warning

This commit is contained in:
Mark Tiefenbruck 2008-01-28 01:46:05 -08:00
parent 880209a438
commit 24dc811fda

View file

@ -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;