1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H
Pietro Cerutti 3f57704933 - Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253

Feature safe:	yes
2012-11-08 09:11:52 +00:00

11 lines
466 B
C

--- FL/Fl_Check_Browser.H.orig 2012-11-07 18:19:01.000000000 +0100
+++ FL/Fl_Check_Browser.H 2012-11-07 18:19:16.000000000 +0100
@@ -88,6 +88,7 @@
Returns how many lines are in the browser. The last line number is equal to
this.
*/
+#undef nitems // nitems was added as a macro in sys/param.h in r236486
int nitems() const { return nitems_; }
/** Returns how many items are currently checked. */
int nchecked() const { return nchecked_; }