Jim,

        I did what you recommended and changed "virtual const sgMat4 &get..." 
to "virtual const sgMat4 * get..."  If I changed "virtual const sgMat4 
&get..." to "virtual sgMat4 &get..." then everything worked.

Jonathan Polley


On Thursday, April 11, 2002, at 07:02 PM, Jim Wilson wrote:

> Jonathan Polley <[EMAIL PROTECTED]> said:
>
>> Changing the '&' to a '*' did not solve the problem.  When I made Fred's
>> change (removing 'const' but leaving the '&') I was able to get it to
>> build.
>
> Ummm...did you change those to a pointer to an array of arrays?  It wasn'
> t
> just a matter of changing the & to an *...they have to be defined "sgVec4 
> *".
>  See below.
>
> Best,
>
> Jim
>
>
>>> Jonathan on those four lines (thats all there is) change the text from
>>> "sgMat4 &get..." to "sgVec4 * get...".  If you bring up lines 96-99
>>> you'll see
>>> where the change is required.
>
>
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to