From bdde3e5d2bd6df79557e219f3b5f148aa0914390 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 7 Jul 2025 13:51:36 +0200 Subject: Fl_Table_Row: replace private class CharVector with std::vector FL/Fl_Table_Row.H: use `std::vector _rowselect;`, remove declaration of class `CharVector` src/Fl_Table_Row.cxx: remove implementation of class `CharVector`, simplify loops (use range based for loops), use resize() to change vector size. Unify copyright year of Fl_Table* headers and implementation. --- src/Fl_Table.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Table.cxx') diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx index d970659a0..b7fb817c4 100644 --- a/src/Fl_Table.cxx +++ b/src/Fl_Table.cxx @@ -3,7 +3,7 @@ // // Copyright 2002 by Greg Ercolano. // Copyright (c) 2004 O'ksi'D -// Copyright 2023-2025 by Bill Spitzak and others. +// Copyright 2009-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this -- cgit v1.2.3