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
