From 88c8801298cbf6fec9cdce254c7b3cb9e066a421 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:45 +0200 Subject: 3.13 --- library/custom_grid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/custom_grid.h') diff --git a/library/custom_grid.h b/library/custom_grid.h index 193b403d..1517230b 100644 --- a/library/custom_grid.h +++ b/library/custom_grid.h @@ -1,7 +1,7 @@ // ************************************************************************** // * This file is part of the FreeFileSync project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * +// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** // #ifndef CUSTOMGRID_H_INCLUDED @@ -167,12 +167,12 @@ protected: template void setTooltip(const wxMouseEvent& event); -void setOtherGrid(CustomGridRim* other); //call during initialization! + void setOtherGrid(CustomGridRim* other); //call during initialization! private: CustomGridTableRim* getGridDataTableRim() const; -void OnResizeColumn(wxGridSizeEvent& event); + void OnResizeColumn(wxGridSizeEvent& event); //this method is called when grid view changes: useful for parallel updating of multiple grids virtual void alignOtherGrids(CustomGrid* gridLeft, CustomGrid* gridMiddle, CustomGrid* gridRight); -- cgit