summaryrefslogtreecommitdiff
path: root/FL/Fl_Tile.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Tile.H')
-rw-r--r--FL/Fl_Tile.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H
index c83dfad97..2792c4150 100644
--- a/FL/Fl_Tile.H
+++ b/FL/Fl_Tile.H
@@ -81,7 +81,7 @@ public:
variables, but you must declare the Fl_Tile <I>first</I>, so
that it is destroyed last.
*/
- Fl_Tile(int X,int Y,int W,int H,const char*l=0) : Fl_Group(X,Y,W,H,l) {}
+ Fl_Tile(int X,int Y,int W,int H,const char*l=0);
void resize(int, int, int, int);
void position(int, int, int, int);
};