summaryrefslogtreecommitdiff
blob: 1b418844214f94a117bf57f96c1e116bf3642339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- yoshimi-0.060.10.orig/src/UI/BankUI.fl
+++ yoshimi-0.060.10/src/UI/BankUI.fl
@@ -51,7 +51,7 @@
 class BankProcess_ {open
 } {
   Function {process(void)} {open return_type {virtual void}
-  } {}
+  } {code{;}}
   decl {Bank *bank;} {public
   }
 }
--- yoshimi-0.060.10.orig/src/UI/OscilGenUI.fl
+++ yoshimi-0.060.10/src/UI/OscilGenUI.fl
@@ -166,7 +166,7 @@
 
 class PSlider {open : {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();
--- yoshimi-0.060.10.orig/src/UI/PartUI.fl
+++ yoshimi-0.060.10/src/UI/PartUI.fl
@@ -89,7 +89,7 @@
 class PartUI_ {open
 } {
   Function {showparameters(int kititem,int engine)} {open return_type virtual
-  } {}
+  } {code{;}}
 } 
 
 class PartKitItem {: {public Fl_Group}
--- yoshimi-0.060.10.orig/src/UI/PresetsUI.fl
+++ yoshimi-0.060.10/src/UI/PresetsUI.fl
@@ -44,8 +44,8 @@
 
 class PresetsUI_ {} {
   Function {refresh()} {return_type {virtual void}
-  } {}
-  Function {~PresetsUI_()} {} {}
+  } {code{;}}
+  Function {~PresetsUI_()} {} {code{;}}
 } 
 
 class PresetsUI {} {