commit 0f236881d7b0ce41755959ca9316fa3abb9464e6
parent a603795f02403c0d1900ae765052e123ce7a5909
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Fri, 3 Jun 2011 12:51:26 -0400
FLTK1.3: Applying patch to force code generation
Applying patch from gentoo to fix compile error:
https://sourceforge.net/tracker/?func=detail&aid=3175784&group_id=62934&atid=502312
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/UI/BankUI.fl b/src/UI/BankUI.fl
@@ -32,7 +32,7 @@ decl {\#include "../Misc/Config.h"} {public
class BankProcess_ {} {
Function {process()} {open return_type {virtual void}
- } {}
+ } {code{;}}
decl {Bank *bank;} {public
}
}
diff --git a/src/UI/OscilGenUI.fl b/src/UI/OscilGenUI.fl
@@ -128,7 +128,7 @@ delete [] spc;} {}
class PSlider {: {public Fl_Slider}
} {
- Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {} {}
+ Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {} {code{;}}
Function {handle(int event)} {return_type int
} {
code {int X=x(),Y=y(),W=w(),H=h();
diff --git a/src/UI/PresetsUI.fl b/src/UI/PresetsUI.fl
@@ -18,9 +18,9 @@ decl {\#include "../Params/Presets.h"} {public
class PresetsUI_ {} {
Function {refresh()} {open return_type {virtual void}
- } {}
+ } {code{;}}
Function {~PresetsUI_()} {open return_type virtual
- } {}
+ } {code{;}}
}
class PresetsUI {} {