summaryrefslogtreecommitdiff
path: root/FL/Fl_Fill_Dial.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Fill_Dial.H')
-rw-r--r--FL/Fl_Fill_Dial.H5
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Fill_Dial.H b/FL/Fl_Fill_Dial.H
index 95b8a3142..dbf2df05c 100644
--- a/FL/Fl_Fill_Dial.H
+++ b/FL/Fl_Fill_Dial.H
@@ -27,9 +27,8 @@
/** Draws a dial with a filled arc */
class FL_EXPORT Fl_Fill_Dial : public Fl_Dial {
public:
- /** Creates a filled dial, also setting its type to FL_FILL_DIAL. */
- Fl_Fill_Dial(int X,int Y,int W,int H, const char *L = 0)
- : Fl_Dial(X,Y,W,H,L) {type(FL_FILL_DIAL);}
+ /** Creates a filled dial, also setting its type to FL_FILL_DIAL. */
+ Fl_Fill_Dial(int X,int Y,int W,int H, const char *L);
};
#endif