[RLVa] Rlv Options can be floats or LLColor3s too now.

This commit is contained in:
Inusaito Sayori
2015-05-26 02:35:40 -04:00
parent 323b49de17
commit 210c97986d

View File

@@ -57,7 +57,7 @@ typedef std::list<RlvCommand> rlv_command_list_t;
class RlvObject;
struct RlvException;
typedef boost::variant<std::string, LLUUID, S32, ERlvBehaviour> RlvExceptionOption;
typedef boost::variant<std::string, LLUUID, S32, F32, LLColor3, ERlvBehaviour> RlvExceptionOption;
class RlvGCTimer;