diff options
Diffstat (limited to 'FL/Fl_Simple_Counter.H')
| -rw-r--r-- | FL/Fl_Simple_Counter.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H index 25bf5a8eb..3e80fefbd 100644 --- a/FL/Fl_Simple_Counter.H +++ b/FL/Fl_Simple_Counter.H @@ -30,8 +30,8 @@ */ class FL_EXPORT Fl_Simple_Counter : public Fl_Counter { public: - Fl_Simple_Counter(int x,int y,int w,int h, const char *l = 0) - : Fl_Counter(x,y,w,h,l) {type(FL_SIMPLE_COUNTER);} + Fl_Simple_Counter(int X,int Y,int W,int H, const char *L = 0) + : Fl_Counter(X,Y,W,H,L) {type(FL_SIMPLE_COUNTER);} }; #endif |
