Remove boost::lambda with for_each in terminaloverlay.cc
This commit is contained in:
committed by
Keith Winstein
parent
8f099cafbb
commit
5f1bc88ed8
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user