summaryrefslogtreecommitdiff
path: root/src/Fl_Counter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Counter.cxx')
-rw-r--r--src/Fl_Counter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Counter.cxx b/src/Fl_Counter.cxx
index d086f0229..be57c9f1f 100644
--- a/src/Fl_Counter.cxx
+++ b/src/Fl_Counter.cxx
@@ -37,7 +37,7 @@ struct arrow_box {
Compute sizes (widths) of arrow boxes.
This method computes the two sizes of the arrow boxes of Fl_Counter.
- You can override it in a subclass if you want to draw fancy arrows
+ You can it in a subclass if you want to draw fancy arrows
or change the layout. However, the basic layout is fixed and can't
be changed w/o overriding the draw() and handle() methods.