diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-21 07:52:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-21 07:52:16 +0000 |
commit | 5ac101659f731a43b8930983adcf2961ccc30351 (patch) | |
tree | a623e08f8c1ed0611e209463333dd116c5393450 /audio/spiralsynth/files | |
parent | ``compressed'' patch now available for 1.4.1. (diff) |
Unbreak.
Approved by: kris
Diffstat (limited to 'audio/spiralsynth/files')
-rw-r--r-- | audio/spiralsynth/files/patch-Fl_Knob.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/spiralsynth/files/patch-Fl_Knob.H b/audio/spiralsynth/files/patch-Fl_Knob.H new file mode 100644 index 000000000000..7e1957f4099d --- /dev/null +++ b/audio/spiralsynth/files/patch-Fl_Knob.H @@ -0,0 +1,10 @@ +--- GUI/Widgets/Fl_Knob.H.orig Wed Mar 19 13:57:41 2003 ++++ GUI/Widgets/Fl_Knob.H Wed Mar 19 13:57:56 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: |