Build: Fixed broken compile

This commit is contained in:
Paul Beckingham
2015-04-05 16:08:33 -04:00
parent 61e1401073
commit 0cba34268c

View File

@@ -135,7 +135,7 @@ std::string ViewText::render ()
// If a fixed-width column was just measured, there is no point repeating // If a fixed-width column was just measured, there is no point repeating
// the measurement for all tasks. // the measurement for all tasks.
if (_columns[i]->is_fixed_width ()) if (_columns[col]->is_fixed_width ())
break; break;
} }