summaryrefslogtreecommitdiff
path: root/FL/Fl_Simple_Counter.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Simple_Counter.H')
-rw-r--r--FL/Fl_Simple_Counter.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H
index 1b0c1a80d..0e1e1a4ef 100644
--- a/FL/Fl_Simple_Counter.H
+++ b/FL/Fl_Simple_Counter.H
@@ -32,7 +32,7 @@
#define Fl_Simple_Counter_H
#include "Fl_Counter.H"
-
+/** This widget creates a counter with only 2 arrow buttons */
class Fl_Simple_Counter : public Fl_Counter {
public:
Fl_Simple_Counter(int x,int y,int w,int h, const char *l = 0)