line 101 in Fl_Counter.H
double step() {return Fl_Valuator::step();}
should be
double step() const {return Fl_Valuator::step();}_______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
