On Fri, Oct 25, 2002 at 08:41:35PM +0900, Rob Lahaye wrote:
>       ButtonPolicy::SMInput input(FL_OBJECT *, long);
> 
>    There's no "virtual" here. Is that on purpose or is it missing
>    by mistake?

A function only need to be declared 'virtual' in the base class of a
hierarchy. In the derived classes the keyword is optional. It's some kind
of religi^H^H^Hstylistic issue whether it should be put there or not..

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to