From 210c97986d9c31d1a5d8f369158c7dca920c341d Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Tue, 26 May 2015 02:35:40 -0400 Subject: [PATCH] [RLVa] Rlv Options can be floats or LLColor3s too now. --- indra/newview/rlvcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/rlvcommon.h b/indra/newview/rlvcommon.h index ef7d90ea6..8bcaf1d0e 100644 --- a/indra/newview/rlvcommon.h +++ b/indra/newview/rlvcommon.h @@ -57,7 +57,7 @@ typedef std::list rlv_command_list_t; class RlvObject; struct RlvException; -typedef boost::variant RlvExceptionOption; +typedef boost::variant RlvExceptionOption; class RlvGCTimer;