Curtis L. Olson writes:

> Jim, Norman,
>
> I'm getting the following compile error:
>
> fg_init.cxx: In function `void fgInitView()':
> fg_init.cxx:667: no matching function for call to `FGViewer::get_LOCAL ()'

oops ... forgot one :-)
  < I was doing a little sanity checking >

// $FG_SRC / Main / viewer.hxx
    virtual const sgVec4 *get_LOCAL() { if ( _dirty ) { recalc(); } return
LOCAL; }



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

Reply via email to