aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 36b1918..400e7e2 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -603,7 +603,7 @@ BScreen::~BScreen() {
603 m_slit.reset(0); 603 m_slit.reset(0);
604 604
605 // TODO fluxgen: check if this is the right place 605 // TODO fluxgen: check if this is the right place
606 for (int i = 0; i < m_head_areas.size(); i++) 606 for (size_t i = 0; i < m_head_areas.size(); i++)
607 delete m_head_areas[i]; 607 delete m_head_areas[i];
608 608
609 delete m_focus_control; 609 delete m_focus_control;