summaryrefslogtreecommitdiff
path: root/FL/Fl_Box.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Box.H')
-rw-r--r--FL/Fl_Box.H7
1 files changed, 3 insertions, 4 deletions
diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H
index f96b99b71..92ff301cc 100644
--- a/FL/Fl_Box.H
+++ b/FL/Fl_Box.H
@@ -44,11 +44,10 @@ public:
type.
<P>The destructor removes the box.
*/
- Fl_Box(int X, int Y, int W, int H, const char *l=0)
- : Fl_Widget(X,Y,W,H,l) {}
+ Fl_Box(int X, int Y, int W, int H, const char *l=0);
+
/** See Fl_Box::Fl_Box(int x, int y, int w, int h, const char * = 0) */
- Fl_Box(Fl_Boxtype b, int X, int Y, int W, int H, const char *l)
- : Fl_Widget(X,Y,W,H,l) {box(b);}
+ Fl_Box(Fl_Boxtype b, int X, int Y, int W, int H, const char *l);
virtual int handle(int);
};