Remove boost::lambda from PredictionEngine::get_or_make_row

This commit is contained in:
Keegan McAllister
2012-03-14 04:09:17 -04:00
committed by Keith Winstein
parent 5f1bc88ed8
commit 06fa8eaedb
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -117,6 +117,9 @@ namespace Overlay {
void apply( Framebuffer &fb, uint64_t confirmed_epoch, bool flag ) const;
/* For use with find_if */
bool row_num_eq( int v ) const { return row_num == v; }
ConditionalOverlayRow( int s_row_num ) : row_num( s_row_num ), overlay_cells() {}
};