Remove boost::lambda with for_each in terminaloverlay.cc

This commit is contained in:
Keegan McAllister
2012-03-14 04:08:19 -04:00
committed by Keith Winstein
parent 8f099cafbb
commit 5f1bc88ed8
2 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -159,7 +159,8 @@ namespace Overlay {
typedef list<ConditionalOverlayRow> overlays_t;
overlays_t overlays;
list<ConditionalCursorMove> cursors;
typedef list<ConditionalCursorMove> cursors_t;
cursors_t cursors;
typedef ConditionalOverlayRow::overlay_cells_t overlay_cells_t;