From 972c92a3fe60aef1a162c46b4d930cef07f4a26f Mon Sep 17 00:00:00 2001 From: Shyotl Date: Mon, 15 Sep 2014 15:24:40 -0500 Subject: [PATCH] Inconsequential template tweak. --- indra/llmath/llcalcparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };