opnsense-ports/audio/spiralloops/files/patch-Fl_LED_Button.H
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
363 B
C++

patch by Stephen Paskaluk to enable compilation with fltk 1.1.2
--- GUI/Widgets/Fl_LED_Button.H.orig Thu Apr 19 16:48:11 2001
+++ GUI/Widgets/Fl_LED_Button.H Sat Mar 1 12:39:19 2003
@@ -4,6 +4,7 @@
#define Fl_LED_Button_H
#include <FL/Fl.H>
#include <FL/Fl_Light_Button.H>
+#include <FL/Fl_Group.H>
class Fl_LED_Button : public Fl_Light_Button {
public: