On Wed, Oct 02, 2002 at 11:45:15AM +0900, Rob Lahaye wrote:
> but my compiler doesn't like this and complains that the second "input"
> is unknown. Is my compiler funny, or is this example code wrong?

I think the code is wrong. 

>    CheckedGlueLength::CheckedGlueLength(FL_OBJECT * input,
>                                         FL_OBJECT * label)
>                : input_(input), label_(label ? label : input)
>    {
>           lyx::Assert(input && input->objclass == FL_INPUT);
>    }
> 
> Is that acceptable C++ coding?

For me yes.

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