freebsd-ports/audio/spiralloops/files/patch-Fl_Knob.H
Trevor Johnson 4c2fa9034c patches to enable compilation with fltk 1.1.2 (tested by their
author, not by me)

Submitted by:	Stephen Paskaluk
2003-03-01 18:02:05 +00:00

12 lines
331 B
C++

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