Author: matt
Date: 2009-11-17 06:45:36 -0800 (Tue, 17 Nov 2009)
New Revision: 6939
Log:
Added const'nes too Fl_Counter::step()

Modified:
   branches/branch-1.3/FL/Fl_Counter.H

Modified: branches/branch-1.3/FL/Fl_Counter.H
===================================================================
--- branches/branch-1.3/FL/Fl_Counter.H 2009-11-17 00:04:50 UTC (rev 6938)
+++ branches/branch-1.3/FL/Fl_Counter.H 2009-11-17 14:45:36 UTC (rev 6939)
@@ -98,7 +98,7 @@
   /**
     Returns the increment for normal step buttons.
    */
-  double step() {return Fl_Valuator::step();}
+  double step() const {return Fl_Valuator::step();}
 
   /** Gets the text font */
   Fl_Font textfont() const {return textfont_;}

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to