diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Tabs.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index a3439fa0b..45387b410 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -219,7 +219,7 @@ protected: public: - Fl_Tabs(int,int,int,int,const char * = 0); + Fl_Tabs(int X, int Y, int W, int H, const char *L = 0); virtual ~Fl_Tabs(); int handle(int); |
