diff --git a/indra/llmath/llcalcparser.h b/indra/llmath/llcalcparser.h index 6e81605bb..8df507bc8 100644 --- a/indra/llmath/llcalcparser.h +++ b/indra/llmath/llcalcparser.h @@ -73,7 +73,7 @@ struct lazy_ufunc_ template struct lazy_bfunc_ { - typedef F32 result_type; + typedef RT result_type; template struct result { typedef RT type; };