From 460091fb0b2ff114cc741372f15bb43b702ea3b1 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:24:35 +0200 Subject: 5.16 --- ui/custom_grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/custom_grid.h') diff --git a/ui/custom_grid.h b/ui/custom_grid.h index c2e653ef..da6387f3 100644 --- a/ui/custom_grid.h +++ b/ui/custom_grid.h @@ -22,7 +22,7 @@ void init(Grid& gridLeft, Grid& gridCenter, Grid& gridRight, const std::shared_p std::vector convertConfig(const std::vector& attribs); //+ make consistent std::vector convertConfig(const std::vector& attribs); // -void showSyncAction(Grid& gridCenter, bool value); +void highlightSyncAction(Grid& gridCenter, bool value); void setupIcons(Grid& gridLeft, Grid& gridCenter, Grid& gridRight, bool show, IconBuffer::IconSize sz); -- cgit